Hello, I have a question regarding remote control button functionality while developing a WebOS web app.
I’m trying to display a confirmation popup asking “Are you sure you want to exit?” before the app closes. I’ve successfully implemented this for the Back button, but I’m having trouble with the Exit button on my remote control (model: AKB76040301).
When the Exit button is pressed, I’d like to show the same popup. However, the app closes immediately without detecting the keycode, preventing me from displaying the popup. Is there a way to control or intercept this Exit button action separately?
Thank you for your help.