Good all the time of day. Tell me, please, what am I doing wrong:
document.addEventListener("deviceready", onDeviceReady, false); function onDeviceReady() { alert('Hello!'); document.addEventListener("menubutton", onMenuKeyDown, true); } function onMenuKeyDown() { alert('menu key down'); } When you click on the menu button, nothing happens. Similarly, trying to catch an event for the searchbutton, etc. An example was taken from here http://docs.phonegap.com/en/2.3.0/cordova_events_events.md.html#menubutton