How to autoplay HTML5 mp4 video on Android?

后端 未结 15 1064
一向
一向 2020-11-27 05:53

I had developed a mobile page by asp.net to play mp4 video.

I know iOS had disabled the autoplay function to minimize user bandwidth, so how can i autoplay HTML5 mp

15条回答
  •  情话喂你
    2020-11-27 06:13

    Autoplay only works the second time through. on android 4.1+ you have to have some kind of user event to get the first play() to work. Once that has happened then autostart works.

    This is so that the user is acknowledging that they are using bandwidth.

    There is another question that answers this . Autostart html5 video using android 4 browser

提交回复
热议问题