Android Question Password not working on alternate field

AHilberink

Active Member
Licensed User
Longtime User
Hi,

I use:
B4X:
Paswoord.PasswordMode=True

This works fine on EditText fields with my own layout. On small devices this EditText fields are replaced by android to display the keyboard also. When this happens, the Passwordfield is not hiding anymore.

Example:
See uploaded file

Solution:
I had to add the following:
B4X:
Paswoord.InputType=0x00000081

Now it works fine on both situations.

Maybe helpfull for you.

Best regards,
André
 

Attachments

  • Screenshot_20190403-163649.jpg
    Screenshot_20190403-163649.jpg
    129.8 KB · Views: 307
Top