iphone - No sound inside iOS video -


i have ios app on app store 2 instructional videos. videos play fine on devices except on ipad, in case there no audio. video plays fine on iphone (via webview inside native app), pc, mac, , ipad safari -- not inside ipad app itself, displays web content through embedded native webview.

here 1 of videos: http://www.mapsandtreasures.com/howtoplay_ios.php

here html tag video:

<video src="videos/play.mov" poster="videos/play.png" controls="true" width="800" height="472"></video> 

the direct url mov file this: http://www.mapsandtreasures.com/videos/play.mov

any reason why video (including audio) play no problems on such wide variety of devices, not in ipad app via webview? (especially given same app plays videos fine on iphone.)


Comments

Popular posts from this blog

OpenCV OpenCL: Convert Mat to Bitmap in JNI Layer for Android -

android - org.xmlpull.v1.XmlPullParserException: expected: START_TAG {http://schemas.xmlsoap.org/soap/envelope/}Envelope -

python - How to remove the Xframe Options header in django? -