You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to save and fill in text entries using an autofill service (e.g. Google Autofill Service).
However, my previous attempts have failed.
Both when using Entries (App-Gui) and a WebView, no autofill service is activated.
Android 13 (33)
Maui 8.0.20
Google Autofill Service aktiviert (Settings)
The autofill service becomes active in Xamarin.
I have tested 2 examples:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I would like to save and fill in text entries using an autofill service (e.g. Google Autofill Service).
However, my previous attempts have failed.
Both when using Entries (App-Gui) and a WebView, no autofill service is activated.
The autofill service becomes active in Xamarin.
I have tested 2 examples:
Xamarin (App Gui)

https://github.com/lassana/XamarinFormsPasswordAutofill
Xamarin (WebView)

https://github.com/xamarin/xamarin-forms-samples/tree/main/WorkingWithWebview
(tested with url: https://practicetestautomation.com/practice-test-login/)
If I migrate example 1) to .net Mau, no autofill service becomes active.
(Reuse effects in .NET MAUI: https://learn.microsoft.com/en-us/dotnet/maui/migration/effects?view=net-maui-8.0)
Even if I create a new .net Maui project and include a WebView in the MainPage, no autofill service is activated.
(tested with url: https://practicetestautomation.com/practice-test-login/)
Is the functionality currently still missing in .net Maui or is it a bug?
Thank you for any feedback.
Beta Was this translation helpful? Give feedback.
All reactions