Reputation: 676
I am trying to play video in Android PhoneGap application using HTML5 video tag.But it is only showing a blank screen with the controls.I have also tried by putting the videos in SD card and also inside the assert folder.
Any idea how to play the video??
Upvotes: 0
Views: 4613
Reputation: 656
you can also use this plugin fileOpener Plugin. it will successfully play your all videos from Assets folder i also have tested this plugin result in Samsung Galaxy S3 and tablet and in browsers as well
Upvotes: 1
Reputation: 430
Check it.. https://github.com/phonegap/phonegap-plugins/tree/master/Android/VideoPlayer
Upvotes: 4