Android HTML 5 video in PhoneGap
Is there any way to have android 2.x and 4.x devices play HTML 5 video
using the video tag in my phonegap app? I am using the following format:
<video id="homevideo" width="100%" autobuffer controls>
<source src="http://myurl.com/myfile.mp4" />
</video>
My app is in orientation portrait only. In my app when I play a video on
the iPhone my video pops into it's own little video player that is
defaulted to full screen and allows me to rotate it to landscape. Is there
any way to get this functionality on android using phonegap build? Or is
the https://github.com/macdonst/VideoPlayer plugin still the recommended
way to go?
No comments:
Post a Comment