android - Can i play video in Phonegap using Phonegap Build -


i want play video phonegap.i using phonegap build. search in phonegap doc in link. think audio files play written in docs..

so can tell me possible play video files in phonegap using phonegap build

yes, phonegap creates native ios app using uiwebview can run html code. can access ios features within app. i'm sure same android.

playing video can simple opening file locally.

for instance

<video controls> <source src="yourvideo.m4v"> </video> 

here reference apple


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -