I have this webpage and I have this textarea
that I use to for mobile entry, and when I t
Use the autocomplete
, autocapitalize
, autocorrect
and spellcheck
attributes:
<textarea autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false"></textarea>
Works on Chrome Dev (latest) and Android 5.1.1 with Google Keyboard and AOSP Keyboard. Doesn't work with SwiftKey Neural (which is in Alpha BTW).