I have a Xamarin forms WebView
that loads a webpage using Source = "myInternalSite.CompanySite.com"
that has an HTML input text field inside an HTML form.
Here is what is happening. A user types something in the input field and submits it. Then later they come back in and start typing again and a drop down appears on the input field with the last thing typed in.
(In chrome there is a setting "Enable Autofill to fill out web forms in a single click" and in edge "Save form entries")
How can I disable auto fill for HTML forms in a Xamarin forms WebView?
Or does this have to be done in the HTML