airtonix Posted May 10, 2021 Report Posted May 10, 2021 (edited) We're building many react-native apps that will inevitably have username and password style login. I noticed Enpass assistant on android doesn't pop up when i tap into the username or password fields. Is there something we're missing, as far as I can tell it's a standard Password field. Is Enpass looking for certain attributes? Edited May 10, 2021 by airtonix add tags
Pratyush Sharma Posted May 11, 2021 Report Posted May 11, 2021 HI @airtonix, Welcome to the forums! You need to add the below attributes in TextInput. This will set proper hints for Android autofill framework. https://reactnative.dev/docs/0.63/textinput#autocompletetype Hope this helps!
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now