-
Notifications
You must be signed in to change notification settings - Fork 48
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
Relaxed emoji is not colorful, its black & white lines. #262
Comments
@ZRaunaque Do you think this is the problem with the picker? Once you clicked the emoji in the picker, it gets passed to the external code, so you need to check your implementation to see why it is like that. It might also be useful to check this section of the docs if you try to use native emojis (they will not work everywhere). You can refer to the demo app that also displays the selected emoji below the picker, source is here. |
@Zumra96 With native emoji it depends on what is supported by your font (which, in turn, depends on your browser and operating system). You can find more details in the README, the section I linked above:
In particular, this part:
This is as far as I know and I did not research the recent state of things. Maybe now there is some magical font that is supported across all browsers and platforms and the fix here could be a CSS change. The current code that defines the native emoji font is here: emoji-mart-vue/css/emoji-mart.css Lines 40 to 45 in 1db68ae
|
Hi @serebrov,
When I clicked on the relaxed emoji, it print as b&w lined svg. Although in picker it shows as colorful.
Im using a mac. Pls let me know asap how can we resolve this.
The text was updated successfully, but these errors were encountered: