Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: mustafa on November 18, 2013, 01:03:32 AM
-
Is there a way using NGUI UIInput mobile keyboard to stay until the user has entered all the input fields. Like user do not have to tab key each time when entering information.
-
Do you mean prevent the user from selecting the next input field if the previous one is not filled out? You can add logic for that in a script attached to your UIInput, listening for the OnSelect event. If it gets OnSelect(true), and some previous value hasn't been filled out, select the previous input instead.
-
I am begginner in unity... thanks for reply
I have a registration page, I am inputting values in all fields of my page, and I am making application for android. On android native keyboard I have button "Next". Upon pressing this next button I want to navigate from field to field.
Currently I have to hide keyboard to move to the next field for its input. Which is not correct way.
Please suggest solution
-
Ah, I see. Looking at Unity's docs I don't see anything mentioning what happens when a "Next" button is pressed on a mobile keyboard. Hmm...
-
Mustafa: did you ever find a solution? I have not. Unity's MobileKeyboard on iOS doesn't provide a "Next" button at all. I asked about it on answers and got no response.