w
Posts: 0
Joined: Tue Mar 26, 2013 12:30 pm

How to intercept "go" keyboard input on android with textinput field

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?

Oleg Danchenkov
Posts: 0
Joined: Tue Apr 30, 2013 5:51 pm

How to intercept "go" keyboard input on android with textinput field

This buttons invokes Value change event on Input

Return to “Issues”