Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LastPass doesn't support text fields in Flutter apps #27918

Open
Hixie opened this issue Feb 14, 2019 · 7 comments
Open

LastPass doesn't support text fields in Flutter apps #27918

Hixie opened this issue Feb 14, 2019 · 7 comments
Labels
a: text input Entering text in a text field or keyboard related problems engine flutter/engine repository. See also e: labels. framework flutter/packages/flutter repository. See also f: labels. P2 Important issues not at the top of the work list team-engine Owned by Engine team triaged-engine Triaged by Engine team

Comments

@Hixie
Copy link
Contributor

Hixie commented Feb 14, 2019

Might be just another symptom of #14047

@zoechi zoechi added a: text input Entering text in a text field or keyboard related problems framework flutter/packages/flutter repository. See also f: labels. engine flutter/engine repository. See also e: labels. labels Feb 14, 2019
@zoechi zoechi added this to the Goals milestone Feb 14, 2019
@kf6gpe kf6gpe added the P2 Important issues not at the top of the work list label May 29, 2020
@Hixie Hixie removed this from the None. milestone Aug 17, 2020
@amorenew
Copy link

amorenew commented Jan 29, 2021

@TahaTesser I just wonder if iCloud Keychain is supported on Autofill for iOS?

@localpcguy
Copy link

Did this get resolved as part of the autocomplete work? If not, is it still an issue or is there a description/documentation of what needs to be done to allow LastPass (and other password managers like 1Password and BitWarden) to work with Flutter login?

@Kiruel
Copy link

Kiruel commented Jul 29, 2022

Any person got a workaround for this ?

@mars000
Copy link

mars000 commented Sep 17, 2022

I have not seen a solution to this - has anyone else ?
Bit of a shame as applications like LastPass really improve the User Experience

@lsalehar
Copy link

lsalehar commented Nov 11, 2022

This is a huge issue for us as well. We have a large backlog of users complaining that the password managers do not work, the way they should.

@amorenew With us the iCloud Keychain does offer to fill in the password, but it does not know which one. The same as other password managers. Wrapping our form in 'AutofillGroup' as suggested in #13015 does not work.

@AsadAnalytics
Copy link

AsadAnalytics commented Jul 12, 2023

Any update regarding this issue I tried with the latest Flutter version 3.10 lastPass autofill still not working but bitwarden , dashlane and Google working fine!
And I also open a case on lastPass Support and the case number: 02368517
FYI @zoechi @Hixie @localpcguy

@LongCatIsLooong
Copy link
Contributor

I tried LastPass on the Android Autofill sample app, and it appears that it does not like the custom virtual view login sample either (but it has no problem autofilling regular Android text fields).

Since the sample and the flutter issue repro both only present to the autofill service very simple view structures which any reasonable autofill service implementation should have no problem extracting the interesting fields from, I suspect that LastPass's autofill service doesn't like the username/password fields it found for some reason.

But it will be hard to identify that reason since the LastPass app is closed source. @AsadAnalytics any luck with the LastPass support case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a: text input Entering text in a text field or keyboard related problems engine flutter/engine repository. See also e: labels. framework flutter/packages/flutter repository. See also f: labels. P2 Important issues not at the top of the work list team-engine Owned by Engine team triaged-engine Triaged by Engine team
Projects
None yet
Development

No branches or pull requests