Robert Menke
Robert Menke
Are you referring to the output in contenteditable elements? In the emoji picker itself, the emojis are wrapped in spans.
@JohannBlake I'll look into making a PR for this. I've actually done this exact thing using this emoji picker on my own projects and agree it should be part of...
@paulius005 Thank you for the video, that was very helpful. I've noticed the initial slowness as well, especially on windows devices where the library is currently using image sprite sheets...
@JohannBlake At the moment, no. I need to make a change to the repo to use images on mac computers as well by request. I will leave this open and...
@marcrohloff Thanks for finding this issue. Care to submit a PR?
@julmot I definitely do need to do that. I'm currently working on making this library dependency-free and adding image selection. Once I merge those changes into master I'll work on...
@JohannBlake Yes, there are a few ways. The EmojiPicker module is a UMD module, meaning that it can be loaded in a number of ways including globally in a script...
Can you post the code you're using to instantiate the picker including where you're loading CSS and JS?
@JohannBlake No problem. One thing I'd look at is that the icons in my readme are coming from fontawesome. If font awesome is not being loaded neither will the icons....
@JohannBlake Sorry for the confusion on fontawesome. I'm referring to this icon library that is very popular on the web http://fontawesome.io/. As I mentioned, you can use your own icons...