Closed antrant closed 4 years ago
I open Emoji Mart in iOS 11 - Safari and it was rendered as the image below:
Here is my component:
<EmojiPicker showPreview={false} showSkinTones={false} native={true} />
Open https://missive.github.io/emoji-mart (on the same device) will show the same result.
How to resolve this?
These emojis are recent and not supported by your iOS version. The only bulletproof way is not to set native={true}
native={true}
I open Emoji Mart in iOS 11 - Safari and it was rendered as the image below:
Here is my component:
Open https://missive.github.io/emoji-mart (on the same device) will show the same result.
How to resolve this?