May 10, 20214 yr 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, 20214 yr by airtonix add tags
May 11, 20214 yr 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!
Create an account or sign in to comment