How to intercept "go" keyboard input on android with textinput field
Posted: Wed May 08, 2013 12:31 pm
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?