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

The video does not appear #27

Open pierresh opened 8 years ago

pierresh commented 8 years ago

Hello,

I tried to use this plugin with an Android 6.0 phone but the video is not displayed, although controls of my app such as button, inputs, ... becomes inactive till I click on the 'back button'. It is like the video is transparent.

My video is located on my server and I call the plugin through this command:

VideoPlayer.play('https://myserver.com/files/index.php?type=attachment&line='+$(this).data('id'));

Also I have added <script type="text/javascript" src="js/videoplayer.js"></script> at the end of my index.html. Lastly, videos are either 3gp or mp4.

What can I do to make it working?

Thanks!

jayordway commented 7 years ago

I am having the same issue.

yaxcode commented 6 years ago

I am having the same issue in android Nougat :(

Ross-Rawlins commented 6 years ago

did you guys get this to work?