I have several input text box to fill in. Each text box has json perform some checkings.
In android 2.1, when I enter a input text box with checking, it can pass at the first time.
If I move to the next text box and back to the previous text box, the right bottom button will change to 'Next' instead of 'Go'. It cannot read the 'enter' if I press the 'Next' button and therefore cannot perform the checking.
It there any way in java script that I can read the key code of the 'Next' button such that I can know the user attempts to perform the checking?
In android 2.2, it works fine, the right bottom button of the soft keyboard is also 'Go'