Getting started with 1Password for your growing team, or refining your setup? Our Secured Success quickstart guide is for you.
Forum Discussion
Former Member
4 years agoAutofill password field not triggering on (Android devices) for Flutter
Password field in Flutter, working fine with Iphones but for Android the password field is never autofilling.
1Password Version: Not Provided
Extension Version: Not Provided
OS Version: No...
Former Member
3 years ago@peri thank you for working on this.
I am also having trouble with 1Password autofill for our Flutter app on Android.
I spent a lot of time debugging this issue but could not find a workaround.
I created an Android app with a TextField
which had the inputType="textPassword"
, and 1Password did trigger in that case.
This confirms the suspicion that the problem has something to do with Flutter incorrectly reporting the inputType
to the AutoFill service.
However other Password managers who also work with the Autofill framework - like Bitwarden - seem to be working fine without this additional requirement for inputType
. Maybe 1Password could look into doing something similar to the Bitwarden Android app.
Thanks!