HTML5 video on iPad

后端 未结 8 1169
深忆病人
深忆病人 2020-12-30 03:07

I have a dynamic video gallery and it works great on a computer. When moving to an iPad, the video starts loading and it shows the cannot play icon. Instead of this I\'d r

8条回答
  •  时光取名叫无心
    2020-12-30 03:41

    the problem seems to be dynamically creating the video object - that somehow breaks the code on the iPad. I wrote a video player that moves the alreay present video element into an container and immediately the video stops working. no problem on other systems though... guess you gotta find a way to have the video element already in place and then add all your other code above and below it....

提交回复
热议问题