Hello there, guys.
I have troube with it.. 've spent all day to fix it:
there is a page with html5 video banner with a simple code:
Just click on this URL
Code:
<div id="wrapper">
<video src="videos/test.mp4" autoplay="true" loop="true" muted type="video/mp4">
</video>
</div>
It looks well on desktop.. but i see no any result on my iphone or android phone...
I thought that trouble is type="video/mp4" that ios may not support, but i putted "controls=true" and i see video window with play button, so mp4 is supported!
Just click on this URL
Code:
<div id="wrapper">
<video src="videos/test.mp4" autoplay="true" loop="true" muted type="video/mp4"controls="true">
</video>
</div>
HOW to remove button play and let that fucking video play after page loading on iphone/android?...
Much thanx...