Android Question [SOLVED] Keyboard InputType/Password

fbritop

Active Member
Licensed User
Longtime User
Hi,
I have some input fields, that requiere a alphanumeric code. Usualy when the input gets the focus, this keyboard is shown (No numbers, you have to press the number function to access them)
1628255760869.png


What I need, is that input field on focus shows the password type keyboard (no suggestions, numbers instead)
1628255808334.png


I saw that my bank did this on their android app, and it was not a password field. What flags should I use for the inputType in the Textfield object? Also is this possible in iOS?

Thanks
FBP
 
Top