Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

emoji duplication and not found #355

Open
aammfe opened this issue Dec 22, 2020 · 3 comments
Open

emoji duplication and not found #355

aammfe opened this issue Dec 22, 2020 · 3 comments

Comments

@aammfe
Copy link

aammfe commented Dec 22, 2020

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
Copy link
Owner

scttcper commented Dec 22, 2020

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
Copy link
Author

aammfe commented Dec 23, 2020

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

@lorenzo-dd
Copy link

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!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants