[html5]视频在ios不能自动播放问题ios的安全机制
在html5中,视频在ios不能自动播放问题,原因在于ios的安全机制,权威机构的解答,源自IOS苹果官方的解答
在html5中,视频在ios不能自动播放问题,原因在于ios的安全机制,权威机构的解答,源自IOS苹果官方的解答:
Starting from iOS 4.2.x, the download of media will not be started if there isn’t a user-input event, like touchstart.
So the answer is no, there is no method to autoplay media by JavaScript or something else.
IOS是把自动播放给禁用了的,必须手动点击触发才能播放哦。
热门文章推荐
- 10款html5网页播放器推荐(总有一款适合你)
- [html5]html5+css3实现图片斜角切成直角梯形显示的源代码
- [HTML5]HTML5视频video时间事件代码
- [微信]iOS苹果和微信中音频和视频实现自动播放的方法
- [html5]html5视频全屏实现的源代码
- [Html5]mobile-agent移动Agent,就是具有移动性的智能Agent
- [html5]视频播放器js控制vedio视频和分段播放
- [html5]H5播放器:竖屏播放\横屏播放\跟随旋转例子
请稍候...