You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Helias Fylactos (JIRA)" <ji...@apache.org> on 2015/06/12 10:03:01 UTC

[jira] [Commented] (CB-8921) menubutton event not firing

    [ 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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org