Closed Wannerron closed 6 years ago
Sure, but not without further info.
What version of plugin are you using? What version of Cordova? Can you provide some code around that event listener?
Cordova: 6.5.0 Plugin: 2.5.0 (Version Latest not working in monaca)
document.addEventListener("backbutton", onAppBackbutton, false);
I'd suggest you upgrade to the latest release which is 2.5.3. I'm not saying that's gonna solve your issue but it's difficult to debug older versions. Also,
While writing simple examples for issue reproducing I've figure out what was wrong. It was problems in my JS code (they were just not obvious for me, sorry). Issue can be closed Excuse me for disturbing
No worries, glad you solved it!
I've added a backbutton eventlistener to close the exoplayer, but it does not close.
Can you help me?