Hello,
I have an app that uses onCreateOptionsMenu() to create a menu when
the user presses the menu button. This was working fine until I
updated to 1.0.0rc3. Now onCreateOptionsMenu() is never called.
Poking around in the code, I found this commit:
https://github.com/phonegap/phonegap-android/commit/53de070a4122d3adec739650654a6f0a3020ff5e
This commit seems to indicate that you guys intend to prevent
developers from handling the Menu key in Java. Is this right?
Thanks,
Brian