HTML5 Video autoplay on iPhone

∥☆過路亽.° 提交于 2019-11-27 12:02:16

Does playsinline attribute help?

Here's what I have:

        <video autoplay loop muted playsinline class="video-background ">
            <source src="videos/intro-video3.mp4" type="video/mp4">
        </video>

See the comment on playsinline here: https://webkit.org/blog/6784/new-video-policies-for-ios/

D Godhani

iOs 10+ allow video autoplay inline. but you have to turn off "Low power mode" on your iPhone.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!