android - Predictive text leads to auto completion in WebView -


i have webview form. let's name richard thompson , have contact named richard mcentire. whenever type richard in text box predictive text bar tells me have contact name. when tap space start typing last name field auto completes richard mcentire. i've tried:

mwebview.clearformdata(); mwebview.getsettings().setsaveformdata(false); 

and, in text box:

autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" 

but it's not working. if cannot fixed, can rid of predictive text bar?


Comments

Popular posts from this blog

yii2 - Yii 2 Running a Cron in the basic template -

asp.net - 'System.Web.HttpContext' does not contain a definition for 'GetOwinContext' Mystery -

mercurial graft feature, can it copy? -