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
Post a Comment