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

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -