Hi, i am working on an app for android. The app crashes if the predictive text property of keypad is on. i want to disable it programmatically. In native android we can do this using
android:inputType="text|textNoSuggestions"titanium sdk version 3.1.1.GA.
Thanks in advance