You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a reaction to any post, some emoji icons are not appearing properly.
Still the emoji doesn't appear correctly after being selected to add reaction.
In ios works good but it happens on android version.
The text was updated successfully, but these errors were encountered:
gnprice
changed the title
Emoji is not appearing properly on android version when adding reaction
Some emoji glyphs are missing for reactions on some phones
Dec 1, 2018
Interesting -- thanks @SunkyeongLee for the report and those screenshots!
These work fine for me -- app version 20.0.103, on stock Android 9.0 (on a Pixel 2 XL). A few questions to help us diagnose:
What Android version do you have, and what model of phone?
If you try typing, say, :ac into the compose box, do these emoji show up correctly in the autocomplete? What if you send a message with these emoji in them -- do they look right?
One first thought I had is quick to be ruled out; some of the emoji that work fine in your screenshot, including :action: and :agony:, are outside the BMP (i.e. their codepoints are 5 hex digits long, like U+1F3AC :action:, rather than 4 or less.) So it's not a bug that's triggered by something trying to handle everything 16 bits at a time and getting those wrong.
Closing this to continue progress at #3885, which starts off with (hopefully!) some steps toward a working solution. Thanks for the report and screenshots, which helped Greg debug, above, @SunkyeongLee! 🙂
When adding a reaction to any post, some emoji icons are not appearing properly.
Still the emoji doesn't appear correctly after being selected to add reaction.
In ios works good but it happens on android version.
https://youtu.be/heZ90JrH3GQ
The text was updated successfully, but these errors were encountered: