HTML5 Video autoplay on Mobile Browser

前端 未结 5 1316
情歌与酒
情歌与酒 2020-12-01 05:12

I am using the following HTML5 and JQuery code to play a playlist of videos whose URLs are in an array URLArray[].

function NextFrag(){

 if (index < URLA         


        
5条回答
  •  抹茶落季
    2020-12-01 05:53

    On Mobile Chrome I had the Data-Saving option enabled, which by default disables autoplay muted videos, for which case GIF's are a partial low-quality+high-bandwith solution.

提交回复
热议问题