On device the keyboard usually has a “go” button (or something similar) that the user would expect to submit their current input. How can I receive that button click so that I can run the appropriate behavior for my app?
Thanks for the help.
On device the keyboard usually has a “go” button (or something similar) that the user would expect to submit their current input. How can I receive that button click so that I can run the appropriate behavior for my app?
Thanks for the help.
If you wrap your inputs with a form element, you should be able to get a go button on your keyboard.
Ah, that did the trick. Thanks!