Auto play in iPad apps using HTML 5
I want too auto play the video i开发者_StackOverflown my iPad apps developed using HTML 5. I tried something from the net but that is not supporting in the iOS 4 and above.
Please support us in sorting ut this issue.
Thanks in advance
If you are inside a UIWebView you can try to use
webView.mediaPlaybackRequiresUserAction = false;
webView.allowsInlineMediaPlayback = true;
精彩评论