Browser extension not filling into Flutter web app
Comments
-
I know this thread is about Android primarily, but any word on Autofill working in browser extensions for Flutter web applications? It doesn't seem to work on chrome or safari.
0 -
Correct. It doesn’t seem to work with flutter apps on web. Is that on your roadmap?
0 -
For sure, we have a flutter app with a login on the web https://app.appfit.io/login
0 -
Thanks! It looks like this site is using shadow roots. Unfortunately we're not yet able to fill in frameworks using shadow DOMs, which is why filling isn't working on this site. Do you happen to know if this is typical of Flutter web apps, or particular to this one?
0 -
I don't think we're doing anything special here, it's a standard flutter app.
0 -
Thanks for the update! I'll share this with the rest of the team so they can look into it!
0