I'm building phonegap app and I need to play video in it. I know in order to play video on Android, I need to use one of the plugins available, but to play video on iOS, I can use HTML 5 video tag. I have these lines of code:
< video id="video01" width="300" height="300" controls>
< source src="images/test2.mp4" type="video/mp4" />
< /video>
I can see "video box", but I cannot play video for some reason. In console I don't see any errors.
Video I'm using is from this page: http://www.quirksmode.org/html5/tests...
And in iPhone Safari I can load MP4 version from that page without any problems.
< video id="video01" width="300" height="300" controls>
< source src="images/test2.mp4" type="video/mp4" />
< /video>
I can see "video box", but I cannot play video for some reason. In console I don't see any errors.
Video I'm using is from this page: http://www.quirksmode.org/html5/tests...
And in iPhone Safari I can load MP4 version from that page without any problems.


Nikola Mratinić
Yi Ming Kuan
Yes, this works.
-yiming
Nikola Mratinić