The Native android Text box when used for passwords has two significant problems. #1 it is caching the passwords in the keyboard keystrokes buffer, so that when you start typing in the password, your password comes up on the screen as a potential word selection. #2. on some phones the first letter of the password is being capitalized causing great user confusion. Since I have never seen this on any other android app, I am assuming that the Native.textBox just does not implement this properly on Android. Any ideas for when this could be fixed?
We are using SDK 2013.1139
