moust / cordova-plugin-videoplayer

A Codova plugin to play video with the native MediaPlayer on Android devices.
MIT License
139 stars 103 forks source link

VideoPlayer seems to run in background on android #61

Open lboisset opened 5 years ago

lboisset commented 5 years ago

After updating all my cordova plugins and getting the latest version of cordova-android the plugin started to fail on android. It seems to be launed because I can hear the audio of the video but it's like my angularJS app keep in the foreground or something like this. But it works as used to be on iOS.

Just as a note I'm forcing 'com.android.support:support-v4:27.1.0' on the gandle build.

Valkhan commented 5 years ago

Having same issue here, i can hear the audio, but no image

obaqueiro commented 5 years ago

In my case calling to this.VideoPlayer.play(videoPath) does absolutely nothing. The player used to work some months ago but now it doesn't work at all :( Anyone knows a working alternative that can play locally stored files?