cordova-plugin-videoplayer
cordova-plugin-videoplayer copied to clipboard
Platforms available ?
Hello,
Just discovered this plugin ! Please could you tell me which platforms are supported ?
(i'm interested in IOS and Android)
Thank !
Frédéric
This plugin only work for Android where it's impossible to play video without user interaction.
On iOS you can do it easily with HTML5 video element and the Cordova's MediaPlaybackRequiresUserAction
configuration option to false.
has this been updated