scttcper / ngx-emoji-mart

Customizable Slack-like emoji picker for Angular
https://ngx-emoji-mart.vercel.app
MIT License
450 stars 94 forks source link

emoji duplication and not found #355

Open aammfe opened 3 years ago

aammfe commented 3 years ago

Hello!! using last version of "@ctrl/ngx-emoji-mart": "^4.1.0" there are two issues 1- some emojis are stacked and when left of stacked emojis got hovered or clicked it output two on of stacked and left one. 2- some emojis are "🫁" not found ? maybe both are related.

emoji duplication and not found

here is my code

<emoji-mart
  title="Pick your emoji…"
  (emojiSelect)="addEmoji($event)"
  [hideObsolete]="true"
  [isNative]="true"
></emoji-mart>

Update When I downgrade to v0.12.0 it started working good. so I started investing, when this bug was introduce. Till 2.0.0 its working good, on 3.0.0 this bug was introduced. maybe this will help u to solve. Thanks for this good plugin 👍

scttcper commented 3 years ago

I think these might be emoji that your OS doesn't have. https://emojipedia.org/man-cook-light-skin-tone/

What browser/os are you using here

aammfe commented 3 years ago

I m using windows10 and chrome. maybe u have added new emojis in 3.0 ?

lorenzo-dd commented 3 years ago

I too am having the same issue with missing emojis (win10/chrome), I think this is due to the fact that emoji mart has a complete list of emojis, but nor windows nor osx supports the complete list, thus the missing emojis. Can we have an option to show only compatible emojis that will show on all platforms ?

thanks!