开发者

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;
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜