I would like to disable autocorrect for Mobile phones since when typing in a text box and it puts the wrong thing it can get annoying. I also want to disable auto-shift every time you hit the space bar since that is also a problem. Is there a script that can turn this off? If you do have any idea on how to fix one or both of these please write back.
This is literally integrated into the phone. I’m afraid you cant do this.
Edit: you can try something for:
But still nothing can really be done about autocorrect
Yeah no not possible, that’s automatically implemented by the phone’s device itself unless if you turn autocorrect off on your phone
Not certain about the auto-shift feature, you could just change the Shiftlock
settings I guess when they hit the space bar
@J_osq This has nothing to do with the #development-discussion category, that category is for actual discussions surrounding development, not for help and feedback.
Autocorrect can’t be disabled since it’s a setting on the persons device, as well as auto-shift (uncertain). You can try and use a combination of string.upper
and string.lower
to keep the string the same case as they input it.