cordova - when I play a mp4 video file in phonegap app on my ipad, it can't display, but it works in my iphone and the xcode simulator -


now developing phonegap app, app include static pages play videos in html video tag.

first, use xcode simulator debug app, works fine, video display.

then, install app in iphone, works fine.

last, install in ipad, unfortunately, video can't play, shows 'video box' , play button forbidden slash.

the code video play in html below:

<div class="video">  				<video src="video/2.mp4" controls="controls" autoplay type="video/mp4">  					your browser not support video tag  				</video>	  </div>


Comments

Popular posts from this blog

python - RuntimeError: can't re-enter readline -

python - PyInstaller UAC not working in onefile mode -

php - Need to store a large amount of data in session with CI 3 but on storing large data in session it is itself destorying automatically -