HTML5 video on mobile phones - Chrome 55 not auto-playing and disconnecting?

The Chrome browser on my Android phone is version 55. According to this doc , β€œDisabled auto-play for videos has been supported by Chrome for Android since version 53. '

This is my code:

<div class="item-video"> <video width="560" height="315" autoplay muted controls loop playsinline> <source src="http://video.webmfiles.org/big-buck-bunny_trailer.webm" type="video/webm"> </video> <a href="yourpage.html" class="button-video"></a> </div> 

Any ideas?

I even tested their sample page on my Android and it doesn't work at all!

+6
source share

Source: https://habr.com/ru/post/1015589/


All Articles