html - Html5 video tag is not working on iPad -


using phonegap, i'm trying display videos on page.

all video tags showing play icon, when click on it, not play video. issue shows on ipad, not on iphone.

here's markup i'm using:

<video id="video1" width="100" height="100" controls>     <source src="video1.mp4" type="video/mp4"/> </video> 

i can recommend projekktor jquery plugin. check at: http://www.projekktor.com/


Comments

Popular posts from this blog

python 2.7 - Chat Solution for Mobile App -

jquery - Detect current Section with javascript -