GitToTheHub commented on issue #1904:
URL: 
https://github.com/apache/cordova-android/issues/1904#issuecomment-4089878067

   Hi, can you make a minimal repository example which shows the problem?
   
   I tested it in an Android 16.0 simulator and it worked. I used this code for 
overwriting the back button.
   
   ```js
   document.addEventListener("backbutton", () => {
       console.log("Back-Button pressed");
   });
   ```
   
   Please test also a fresh hello world app with cordova-android 15, if the 
overwriting does work or not.


-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to