You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2020/03/21 08:43:10 UTC

[GitHub] [cordova-plugin-splashscreen] biodiv edited a comment on issue #186: [Android 9 - target SDK 28] Backbutton not working

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 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:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org