89
Views
3
Comments
Solved
How to get "Next" button on Keyboard ,while typing on input text in outsystems mobile
Question

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

2024-11-18 16-24-03
Vivek Patel
Solution

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.


UserImage.jpg
vikas sharma
Champion

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

2024-11-18 16-24-03
Vivek Patel
Solution

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.


UserImage.jpg
vikas sharma
Champion

Its great Vivek, you solved issue  yourself :)

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.