How do I disable autocorrect (on iOS and Android) in textbox? It's pretty annoying when a user wants to type in the username, autocorrect "corrects" it.
Thanks in forward
*bump*
Develop games in your browser. Powerful, performant & highly capable.
It's a long shot but....you can try:
Browser Execute Javascript.................... "document.getElementById(""TextBox ID"").setAttribute(""autocorrect"", ""off"");"
korbaach Thanks! You're a lifesaver (as always )