Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: mustafa on November 18, 2013, 01:03:32 AM

Title: NGUI UIInput mobile keyboard
Post 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.
Title: Re: NGUI UIInput mobile keyboard
Post by: ArenMook on November 18, 2013, 01:26:45 AM
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.
Title: Re: NGUI UIInput mobile keyboard
Post by: mustafa on November 18, 2013, 01:38:10 AM
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
Title: Re: NGUI UIInput mobile keyboard
Post by: ArenMook on November 18, 2013, 11:01:43 AM
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...
Title: Re: NGUI UIInput mobile keyboard
Post by: schneidb on March 03, 2014, 04:05:49 PM
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.