Autofil

Autofill can be used by users to save and re-enter information that they commonly fill out on web pages. Some common data includes: Location information, Payment details, Account information.

Android WebView

Android WebView relies on the Android autofill framework. Users can choose a default auto fill service, which will be responsible for responding to autofill requests. Android WebView is responsible for detecting what fields in a web page may need to be auto filled, and is responsible for sending autofill requests to the autofill framework.

WebView2

Will autofill any fields that Microsoft Edge will, such as names, street, email addresses, phone numbers, passwords, etc. Developers can control this in their application using the CoreWebView2Settings.IsGeneralAutofillEnabled and CoreWebView2Settings.IsPasswordAutosaveEnabled properties.

Notes

TODO Comment on how data was tested

Know something we don't?

Is any of the above data outdated? Or do you want to add a new WebView to the list? Heads on to GitHub and edit the data file!

Not comfortable with GitHub? Send us an email.

Please help us keeping this data updated

This feature was documented on March 29, 2024.