i’ve got a Problem with my Phone.
I’m currently programing an Android App with a Registration Field, in this Field i can’t type in the Number 9. My App is using Phonegap, jQuery and jQtouch. Everything is working fine except for this error.
The problem only occurs on Android 2.X.
Any suggestion why i can’t type in a 9?
I had the same problem. To fix it you will need to put the following line in your phonegap init function:
this.appView.getSettings().setNavDump(false);
Here is a link to my original question and the more detailed answer:
PhoneGap for Android does not accept the 9 key