javascript - Is it possible to autoplay HTML5 video on iOS 6 and earlier -
javascript - Is it possible to autoplay HTML5 video on iOS 6 and earlier -
i want autoplay html5 video on ios devices. searched on google , here on stackoverflow this. found many answers (including this one ) saying not possible autoplay video on ios 6.1 , later. hence possible autoplay video on ios 6.0 , earlier. don't know how can that.
will work on ios 6.0 , earlier?
<body onload="document.mymovie.play()">
i don't thought avout ios can try
<video controls autoplay> //autoplay commad play video automatically after load. <source src="video.mp4" type="video/mp4"> <source src="video.ogg" type="video/ogg"> </video>
javascript ios html5 html5-video
Comments
Post a Comment