Does PhoneGap have a video player? [closed]
开发者_JAVA百科
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 6 months ago.
Improve this questionI noticed PhoneGap has an audio player and recorder, but I was wondering if it has a way to play video?
Thank you
It doesn't have. But plugins are available to use.
I just did using the below one
Phonegap - video plugin - github
Phonegap - video Plugin - Simon-blog
PhoneGap uses HTML5, so, it supports the video tag.
There are many threads about this issue. Someone advising to use aVideo plugin. But works not normally on PhoneGap 1.0.0. So I'm making small changes to make it work. There is a result with example.
You cannot use HTML5 tag to play local videos on the phone, so you should use a plugin instead. I implemented previously a plugin for this and I will update README soon but it is typical Phonegap Plugin.
Phonegap Video Player
Try using the
<video></video>
HTML5 tag.
精彩评论