Titanium JIRA Archive
Appcelerator Community (AC)

[AC-1101] Unable to restrict the auto-correction in android keyboard

GitHub Issuen/a
TypeBug
Priorityn/a
StatusClosed
ResolutionNeeds more info
Resolution Date2015-06-26T23:12:53.000+0000
Affected Version/sn/a
Fix Version/sn/a
Componentsn/a
Labelsandroid, appcelerator, javascript, titanium
ReporterRamki
AssigneeShuo Liang
Created2015-03-02T07:58:35.000+0000
Updated2016-03-08T07:37:27.000+0000

Description

We are unable to disable the auto-correction in android keyboard. Platform: Android, Android version: 4.4.2 and above. SDK: Titanium 3.5.0GA.

Comments

  1. Amimul Hossain 2015-03-30

    Hello, I have been working on this issue. If you are wanting to disable the Textfield auto correct in Android with Titanium then there is a property called [autocorrect](http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.TextField-property-autocorrect) in textfield. Which will enable or disable auto correction in Textfield input depending on "True" of "False" value set to it. Now, if you are asking about to disable the suggestion displaying over the android keyboard. Then you have to do it manually on your phone "Language and input settings".On android there can be multiple keyboards so verify the one you are using. Here set the "show Correction Suggestion" to "Always Hide" to disable the suggestion displaying over the Android keyboard. Also follow these links for details. [Link 1](http://stackoverflow.com/questions/28063774/how-to-hide-quick-suggestions-on-keyboard-in-titanium-mobile-for-ios-and-android) [Link 2](https://developer.appcelerator.com/question/42611/disable-textfield-auto-correction) Hope this helps. Thanks.

JSON Source