biodiv edited a comment on issue #186: [Android 9 - target SDK 28] Backbutton not working URL: https://github.com/apache/cordova-plugin-splashscreen/issues/186#issuecomment-602014529 I found out, that in my case, using ``` document.addEventListener('backbutton', function(event){ onBackKeyDown() }, false); ``` works on Android 9, while `document.addEventListener('backbutton', onBackKeyDown, false);` does not. I have no explanation for this behaviour, and it probably makes no sense, but maybe it helps someone.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
