ngx-emoji-mart icon indicating copy to clipboard operation
ngx-emoji-mart copied to clipboard

emoji duplication and not found

Open aammfe opened this issue 4 years ago • 3 comments

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 👍

aammfe avatar Dec 22 '20 07:12 aammfe

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

scttcper avatar Dec 22 '20 20:12 scttcper

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

aammfe avatar Dec 23 '20 11:12 aammfe

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!

lorenzo-dd avatar Mar 15 '21 15:03 lorenzo-dd