I want to disalble the predictive texing.When we give an input through the softkeyboard the predictive texting should not come,i just need the code for disabling the predictive texting.Can anyone help me?
To turn spell check on or off on Android, you need to go to Settings > System > Languages and input > Virtual keyboard > Gboard > Text correction > Spell check and flick the toggle into the desired position.
You can set the inputType property in the XML layout or call setInputType() with one or more (seperated by |) of those values.
To disable the suggestions use text|textNoSuggestions. However the Sense UI keyboard seems to ignore that, adding textFilter works here.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With