I have a Native Application that contains a Web control. When the Web control displays a page that has a text input field, and focus is set to that field (by touch) nothing happens. When the field is touched again, however, the virtual keyboard is displayed in the bottom half of the screen, with a text field taking up the upper half of the screen, and having a Done button between the keyboard and the text field.
While this is functional, it is clunky and undesirable for password entry, as the text being entered is displayed without being obfuscated.
I have been looking around but have not, as of yet, figured out how to make this behave like a text input in the browser application.
Any ideas are appreciated and welcomed. Thanks!