2014-11-04 169 views
0

我想用HTML5 <video>標籤播放視頻,但它不能在iPad/iPhone上使用autoplayHTML5視頻標籤不適用於iPad?

<video class="newvideo" autoplay loop preload > 
    <source src="video/snow.mp4" type="video/mp4"> 
    <source src="video/snow.ogg" type="video/ogg"> 
    <source src="video/snow.webm" type="video/ogg"> 
    Your browser does not support the video tag. 
</video> 

回答

0

由於某些原因,除非您設置了controls =「true」標誌,否則視頻將無法在iPad上播放。

+0

嗨感謝您的回覆Webruster。我想要的是,它應該在加載(自動播放)上播放,而不是單擊控件。 – user3687550 2014-11-04 13:47:27