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

Rendering emoji's exactly same as that of emoji picker

Open Veerbhadra277 opened this issue 7 years ago • 5 comments

I am working on chat application and used this library for emojis. It is working fine while inserting emoji's in input text area, shown in following screenshot image But once we post emoji and rendered in chat area it is rendering unicode only where as I am expecting same emoji which i have inserted. please check following screenshot. image

How can i render unicode with same emoji as that of emoji picker ?

Veerbhadra277 avatar Aug 31 '17 09:08 Veerbhadra277

As you have done so emojis appear above the input???

ivanGabrielGomez avatar Oct 03 '17 14:10 ivanGabrielGomez

I use this library, but in textarea is not showing the emoji which I selected from emoji popup, its showing black dot, can please help me how to get these resolved

Ishwar-D avatar Jan 24 '18 06:01 Ishwar-D

Did you figure it out? @Ishwar-D

cad324 avatar Dec 26 '18 04:12 cad324

Alright guys, I had the same request and need. To convert the unicode versions back into the same images you see in the Picker, you can do:

window.emojiPicker.appendUnicodeAsImageToElement($("#yourDivID"),"😃")

Replace yourDivID with whatever the id of your element. You can also use getElementByID('yourDivID') instead.

Hope this helps someone!

dominicklee avatar Jun 10 '20 07:06 dominicklee

@Veerbhadra277 Did you found any solution !?

MuhammadElmahi avatar Jul 28 '20 01:07 MuhammadElmahi