2D Toolkit Forum
2D Toolkit => Support => Topic started by: Daiflys on June 01, 2015, 08:19:11 pm
-
Hello! I have one issue with tk2dUITextInput when i mark "Is Password Field" boolean. When the android Keyboard pops up, all you write is seen (so if anybody is looking your screen, he can see your password), when you finish typing it, you return to the game screen and all the characters are = to the "Password Char" (in my case is "*"), but i want to also show * when any user is introducing text.
Thanks!
-
Hi
Yeah i seems to be ignoring it.
You can fix this by changing tk2dUITextInput, line 345 to
keyboard = TouchScreenKeyboard.Open(text, TouchScreenKeyboardType.Default, false, false, isPasswordField, false);