Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Password Input Field Not Functioning Properly on Android 4.4

Discussion in 'Android' started by scarletshark, May 5, 2015.

  1. scarletshark

    scarletshark

    Joined:
    Jun 6, 2013
    Posts:
    33
    I have tested my app on both iOS and Android 4.4. Currently, iOS appears to be functioning correctly. I only notice the following issues on android. I am not running any custom scripts on the Input Field.

    When I select the Input Field, the keyboard comes into view with an orange edit text box above it. As I type the password, I see that both the edit text box and the input field display correctly:

    Screenshot_2015-05-04-21-17-39.png


    The following scenarios cause the input field to fail, and all applied text to disappear:

    • When I complete the field, pause briefly, and press "Done" on the keyboard
    • When I complete the field, and quickly press "OK" next to the edit text field
    • If I touch any area of the screen outside of the keyboard area
    Screenshot_2015-05-04-21-17-44.png


    Only under the following circumstances does the Password field work correctly:

    • I must not touch any area of the screen outside the keyboard rect
    • If I complete the field, pause briefly, and "OK" next to the Edit Text field
    • If I complete the field, and very quickly press "Done" on the keyboard
    Screenshot_2015-05-04-21-17-55.png
     
    Last edited: May 8, 2015
  2. scarletshark

    scarletshark

    Joined:
    Jun 6, 2013
    Posts:
    33
    Is no one else seeing this issue? This is hard to believe, considering I am not doing any custom scripting... perhaps it's an android 4.4 problem?