iOS Question Soft keyboard buttons for predictive text, suggestions etc

MikeH

Well-Known Member
Licensed User
Longtime User
Is it possible to remove or block this feature so I only get the basic keyboard?

Screenshot 2016-03-21 17.03.15.png
 

MikeH

Well-Known Member
Licensed User
Longtime User
Hi,
yes, use the Autocorrect property of the Textview/Textfield:
B4X:
TextField1.Autocorrect = TextField1.AUTOCORRECT_NO

Jan

As simple as that, thanks :)
 
Upvote 0
Top