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

Helias Fylactos commented on CB-8921:
-------------------------------------

I am running version 5 and android 4 and i had the same issue.It is very 
confusing .Following the previous comments i did these changes on 
onDispatchKeyEvent (Cordova WebViewImpl.java). i changed the all the  
if(!boundKeyCodes.contains(keyCode)) with if(!boundKeyCodes.isEmpty()) and it 
worked .But in adb console the System.out.println returned the keyCode value 82 
.So it should be working on the first place . So i just reverted manually the 
code as it was before and it is working now . Sinced i had experienced parcing 
issues before in cordova and not only in cordova i can assume, at this momment, 
that this is something like that.

> menubutton event not firing
> ---------------------------
>
>                 Key: CB-8921
>                 URL: https://issues.apache.org/jira/browse/CB-8921
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Android
>         Environment: Android Emulator, SDK 19
>            Reporter: Jean-Luc Desroches
>            Assignee: Joe Bowser
>            Priority: Minor
>
> 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