Yes, I did not change that behaviour. The root cause of the double menu event was that both the DroidGap.onKeyUp and CordovaWebView.onKeyUp were handling the menu key .
Simon Mac Donald http://hi.im/simonmacdonald On Tue, Aug 28, 2012 at 12:46 PM, Filip Maj <f...@adobe.com> wrote: > I believe there was some issue a while back where certain keys could only > be registered with keyUp or something along those lines... > > On 8/28/12 8:59 AM, "Simon MacDonald" <simon.macdon...@gmail.com> wrote: > >>Hey all, >> >>As part of doing regression testing on 2.1.0rc1 I found that the >>menubutton event was being fired twice. In order to fix the bug I >>removed the DroidGap.onKeyUp method from the class. I haven't seen any >>adverse effects of this change but I wanted to float it out there. >>Especially to Joe when he gets back off vacation. >> >>https://git-wip-us.apache.org/repos/asf?p=incubator-cordova-android.git;a= >>commit;h=e07822350ee71f578c15fddfb490f2ebf21b025c >> >>Simon Mac Donald >>http://hi.im/simonmacdonald >