Hi Team,
I have two input types .
When i start typing on first one ,there should be Next button on keyboard .
when i click on next ,it should focus to second input .
In some of devices there might not be next button but when clicking on arrow ,it should focus to next inputtype.
please find below link for demo .
https://drive.google.com/open?id=1kxI3wEdZwLd7J-XnSHcYrDFpd4tAZDJk
Vikas Sharma wrote:
Hi Vivek,
You can achieve this using key board java script events. Please check below post for same kind of discussion.
https://www.outsystems.com/forums/discussion/33623/javascript-to-detect-enter-key-press-in-mobile-app/
Thanks
Hi Vikas ,
I want focus to next input box .
Your link describes "detection of enter key".
But Thanks for your reply ,
Finally i solved the issue ,
we can achive this by using input feilds inside the form widgit.
Thanks.
Its great Vivek, you solved issue yourself :)