menubutton

menubutton

The event fires when the user presses the menu button. Applying an event handler overrides the default menu button behavior.

Quick Example

document.addEventListener("menubutton", onMenuKeyDown, false);

function onMenuKeyDown() {
    // Handle the back button
}
doc_cordova
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.