I have some HTML text inputs into a WebView, and I need to disable the autosuggetions on these inputs from Android, not from HTML (autocomplete=off).
How can I do th
I couldn't do this from Android's side, however in adding to the webview's text input spellcheck="false" did the trick.