jm-david / emoji-mart-vue

One component to pick them all 👊🏼
https://jm-david.github.io/emoji-mart-vue
BSD 3-Clause "New" or "Revised" License
603 stars 82 forks source link

removing nativ emojis #28

Closed manishkumar1683 closed 6 years ago

manishkumar1683 commented 6 years ago

Hi , Thanks for this wonderful plug-in. I am facing issue for rendering emojis in browsers. I want to hide all those emojis which renders natively in browsers. Like some of the smilies rendered in black color. How to hide those from user selection.

Thanks, Manish.

jm-david commented 6 years ago

Unfortunately I am not aware of a way to detect whether a given OS supports an emoji or not. I'd recommend using one of the emoji sets <picker set="apple" /> to get a consistent result across platforms.