emoji-picker icon indicating copy to clipboard operation
emoji-picker copied to clipboard

The skintone of the emoji is not respected

Open prashantpandey10 opened this issue 10 years ago • 1 comments

Hi, I was implementing this plugin in my project and I noticed that when I select ': point - right' or ':muscle' emoji (or any emoji containing hand i.e; punch ,finger etc) the skintone changes in my div..any fix for this.

PS: this is happening when you put data-emoji-input="unicode" not in case of img (which is obvious)

prashantpandey10 avatar Jan 05 '16 04:01 prashantpandey10

Okay so I got that it is not the problem of this plugin . It is something chrome has an issue with rendering emoji when you use h1 tag, b tag or out <"style= font-weight : bold"> to the element where who you emoji-container-picker. One fix I got is you can wrap each emoji in with style= font-weight: normal css. I hope this helps

prashantpandey10 avatar Jan 07 '16 05:01 prashantpandey10