[ 
https://issues.apache.org/jira/browse/CB-8921?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14515036#comment-14515036
 ] 

Jean-Luc Desroches commented on CB-8921:
----------------------------------------

Tracked down what I believe to be the issue, in CordovaLib, 
CordovaWebViewImpl.java, boundkeycodes never contains more than just the back 
button, and no other keys are added, additionally, the back button event will 
never be triggered as it defaults to just going back, with no javascript 
return. Line 551 on method onDispatchKeyEvent should allow for the detection of 
other keys, and return the back event to the user to handle for custom events

> menubutton event not firing
> ---------------------------
>
>                 Key: CB-8921
>                 URL: https://issues.apache.org/jira/browse/CB-8921
>             Project: Apache Cordova
>          Issue Type: Bug
>         Environment: Android Emulator, SDK 19
>            Reporter: Jean-Luc Desroches
>
> After updating to latest version of cordova (5.0) menubutton event is never 
> triggered. Have tested in hello world app, as well as in my  own app, neither 
> of which register any menubutton events



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

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

Reply via email to