I am using Cordova phonegap. I want to exit from full screen once video is ended. What should I use here?
Below is the code I use for video end detection:
$("#videoId").bind('ended',function(){
// Full screen exit code here
}
You might want to use this one :
$("#videoId")[0].webkitExitFullScreen();
Hope it will help you :)
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With