I need to play video in an app that\'s built on PhoneGap 2.7. Is it possible to make this work for both iOs and Android - covering most of todays Android devices?
Pr
On iOS you can use the HTML5 video tag to play local files but this isn't possible on Android.
I'd recommend use the VideoPlayer plugin for PhoneGap by macdonst
https://github.com/macdonst/VideoPlayer
Also, here is some sample code to get you started once you have the plugin installed.
Source: https://gist.github.com/macdonst/1507162