Hello Guest

Author Topic: Password Input Field Android  (Read 4025 times)

Daiflys

  • 2D Toolkit
  • Newbie
  • *
  • Posts: 7
    • View Profile
Password Input Field Android
« 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!

unikronsoftware

  • Administrator
  • Hero Member
  • *****
  • Posts: 9709
    • View Profile
Re: Password Input Field Android
« Reply #1 on: June 03, 2015, 10:21:45 pm »
Hi
Yeah i seems to be ignoring it.
You can fix this by changing tk2dUITextInput, line 345 to
Quote
keyboard = TouchScreenKeyboard.Open(text, TouchScreenKeyboardType.Default, false, false, isPasswordField, false);