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

javascript - Clear button on addentry page doesn't work -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -