autofill_example icon indicating copy to clipboard operation
autofill_example copied to clipboard

Example not working with flutter web

Open AcodeWang opened this issue 3 years ago • 1 comments

First of all, thanks a lot for sharing flutter content, it is very helpful.

For this project, I tested both with Android and Web.

For me, the AutofillGroupe[username & password], it is working on Android, but not on web (Chrome with flutter dev tool). The other fileds of autofill work well except [username & password] group.

I also double checked the autofill is activated on the browser.

Do you have any idea about what may go wrong for the web ?

AcodeWang avatar Jul 12 '21 19:07 AcodeWang

This is a bug and it was reported already on the flutter repo: https://github.com/flutter/flutter/issues/87735

dilyes avatar Aug 25 '21 08:08 dilyes