Disabling autosuggestion on WebView?

前端 未结 8 1013
盖世英雄少女心
盖世英雄少女心 2020-12-10 11:13

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

8条回答
  •  爱一瞬间的悲伤
    2020-12-10 11:32

    I couldn't do this from Android's side, however in adding to the webview's text input spellcheck="false" did the trick.

    
    

提交回复
热议问题