简体   繁体   中英

autocomplete ,autocorrect is not working in android 4.4 using cordova or javascript

I am using <input type='text' autocorrect='off' autocomplete='off' spellcheck='off' ng-model='xxx'></input> but none of these are working in android 4.4(tested on moto g,moto e)

how can i disable this auto-check,predictions in javascript/jquery/angular?

Hmm... forgot the hyphen, it doesn't look like it's needed. Maybe in Android XML layouts, but not in HTML.

http://davidwalsh.name/disable-autocorrect

(Also I'm recommending you Google search, it found your answer in 10 seconds.)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM