On android, when you are typing in an input textfield, you have the option of pressing "go" or "next".
How can I react on this event, for example emulate a click on a button to submit the form, or to set the focus to the next inputfield?
On android, when you are typing in an input textfield, you have the option of pressing "go" or "next".
How can I react on this event, for example emulate a click on a button to submit the form, or to set the focus to the next inputfield?
This buttons invokes Value change event on Input