Hi,
I use:
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:
Now it works fine on both situations.
Maybe helpfull for you.
Best regards,
André
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é