Croïd Active Member Licensed User Longtime User Apr 1, 2018 #1 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 ?
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 ?
Erel B4X founder Staff member Licensed User Longtime User Apr 1, 2018 #2 No suggestions: https://www.b4x.com/android/forum/threads/cant-make-auto-suggest-disappear.84056/#post-532625 You can remove emojis with the code posted here: https://www.b4x.com/android/forum/t...-only-emojis-in-the-string.91247/#post-576734 Upvote 0
No suggestions: https://www.b4x.com/android/forum/threads/cant-make-auto-suggest-disappear.84056/#post-532625 You can remove emojis with the code posted here: https://www.b4x.com/android/forum/t...-only-emojis-in-the-string.91247/#post-576734
Croïd Active Member Licensed User Longtime User Apr 2, 2018 #3 [QUOTE="Erel, You can remove emojis with the code posted here: https://www.b4x.com/android/forum/t...-only-emojis-in-the-string.91247/#post-576734[/QUOTE] I will use B4X: If point > 12000 Then LogColor("prohibit emoji",Colors.red) A big thank you Erel for your involvement with your customers Upvote 0
[QUOTE="Erel, You can remove emojis with the code posted here: https://www.b4x.com/android/forum/t...-only-emojis-in-the-string.91247/#post-576734[/QUOTE] I will use B4X: If point > 12000 Then LogColor("prohibit emoji",Colors.red) A big thank you Erel for your involvement with your customers