By code, I can make a button that inserts these 3 emojis into the text: β½οΈππΊ
On many phones when the user clicks the button, though, the problem is that β½οΈππΊ displays as [X][X][X]. Or even worse, it displays only three empty spaces.
I would like to disable and hide my own built-in emoji-keypad on Android devices that do not display emojis correctly. Does anyone knows or have a tip on how to detect in code if a device has emoji support?
I have read that emoji is supported from android 4.1, but that is not my experience....