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
Calling most emojis from its objects work as expected, but it seems like flags from countries only appear as letters, for example, when selecting the flag of "Brazil", the chosenEmoji.emoji from it shows the letters "BR", the same as other country flags;
The text was updated successfully, but these errors were encountered:
Hey @matheus-garcia, thanks for reaching out.
Unfortunately there's nothing much you can do about it, this is how Windows renders country flag emojis. You can see an example of it here:
https://emojipedia.org/flags/
Try opening this link from your windows machine and from your smartphone. You will get complete different emojis.
Emojis are actual text your device renders, so it is up to your os to determine how they look.
The one thing you can do instead is render the emoji at an image tag instead of a string.
Calling most emojis from its objects work as expected, but it seems like flags from countries only appear as letters, for example, when selecting the flag of "Brazil", the
chosenEmoji.emoji
from it shows the letters "BR", the same as other country flags;The text was updated successfully, but these errors were encountered: