Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Egis

Pages: [1]
1
NGUI 3 Support / Password input field on iOS
« on: November 11, 2016, 09:18:41 AM »
On iOS when you entering password,  another input fields shows up above keyboard. setting UIInput.hideInput to false, doesn't work, so i found that "inputShouldBeHidden" always returns false if it is password field.
Removing inputType != InputType.Password;  returns old bug when first character is not written in password field.

So is there any solution to avoid input field showing up above keyboard, but still get password field working correctly?
 
Thank You!

Pages: [1]