Support => NGUI 3 Support => Topic started by: MightyM on June 28, 2012, 02:47:15 PM
Title: UIInput passwords on iOS not hiding characters
Post by: MightyM on June 28, 2012, 02:47:15 PM
I've created a username/password dialog box. The password is a UIInput with keyboard type set to Default and the IsPassword box checked. When running on iOS the text appearing in the box above the keyboard is not being treated like a password. Every character is shown instead of being replaced with a dot.
To fix this, I replaced line 200 in UIInput.cs with: