如何禁用Android上HTML输入的自动更正? [英] How to disable autocorrect in HTML input on Android?

查看:76
本文介绍了如何禁用Android上HTML输入的自动更正?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述



我试过这个:

<$>

我无法在Android上的Web浏览器中禁用文本输入的自动更正。 p $ p> < input type ='text'autocomplete ='off'spellcheck ='false'autocorrect ='off'>

演示:
http://jsbin.com/coqum/3



Chrome 35和Firefox 29都在Android 4.4上自动更正。这是一个Android的错误?



有没有办法让Android不自动更正?



更新2015)



它看起来像在Android上的Chrome已修复该错误,它现在遵循 autocomplete ='off'。 Firefox上的Android仍然自动更正。



演示: http://jsbin.com/jivupadolu / 1

解决方案

遇到同样的问题时,我做了一些挖掘,发现它确实是Chrome Android系统。它似乎刚刚被修复,并希望尽快在更新中发布。



https://code.google.com/p / chromium / issues / detail?id = 303883& q = autocorrect& colspec = ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified

也可以随意挑出问题来帮助提升排名...


I can not disable autocorrect of text input in web browser on Android.

I tried this:

<input type='text' autocomplete='off' spellcheck='false' autocorrect='off'>

Demo: http://jsbin.com/coqum/3

Both Chrome 35 and Firefox 29 do autocorrect on Android 4.4. Is it an Android bug?

Is there a way to ask Android not to autocorrect?

Update (March 2015)

It looks like the bug has been fixed in Chrome on Android, it now obeys autocomplete='off'. Firefox on Android still autocorrects.

Demo: http://jsbin.com/jivupadolu/1

解决方案

In experiencing the same issue I did some digging and discovered it is indeed a bug in Chrome for Android. It appears to just recently have been fixed and hopefully should be released in an update soon.

https://code.google.com/p/chromium/issues/detail?id=303883&q=autocorrect&colspec=ID%20Pri%20M%20Iteration%20ReleaseBlock%20Cr%20Status%20Owner%20Summary%20OS%20Modified

Also feel free to Star the issue to help boost the ranking...

这篇关于如何禁用Android上HTML输入的自动更正?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆