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
Post a Comment