Android Question How to disable emoji programatically

Croïd

Active Member
Licensed User
Longtime User
I want to hide emojis and auto suggestions from keyboard programmatically.
this works well in some android devices but not in all devices !

B4X:
EdiText.InputType = 131072

is there a solution ?
 
Top