宜昌本地软件开发与弱电工程服务商
项目咨询 · 快速响应

[html5]视频在ios不能自动播放问题ios的安全机制

2016-10-13 00:16:48 点击量:12 标签: 收藏本文

在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是把自动播放给禁用了的,必须手动点击触发才能播放哦。