Is there a way to get a keyboard layout with the ‘return’ or ‘enter’ key is replaced with a right direction arrow to allow users to go to the next textbox? I’ve been looking for a solution for filling out a form in my app. Right now, users must click on each textbox individually.
You could check this extension
http://puravidaapps.com/textbox.php
To change the keyboard enter icon:
And to detect that the keyboard enter button us clicked use this method:
And this event will be fired when the enter button clicked:
You can request focus in this event for the next text box.
5 Likes
This post was flagged by the community and is temporarily hidden.