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
2017-01-31 03:40:30
Comments
Leave a Comment

Please login to continue.