This is driving me crazy and I can\'t find the answer anywhere.
I have forms in my phonegap app. If the input type=\"text\", the text keyboard pops up and \"go\" is
Okay, now I do have something that looks like an answer and quacks like an answer.
It's a horrible hack, and I am experiencing some side-effects at this point, but it's a small leap for mankind anyway.
Add an invisible text input to your form, which automatically submits the form as soon as it receives focus. Since it can only receive focus from the user pressing 'Next' or tabbing from the last number field, there should be a pretty solid logic in the user sequence.
The side effects are: