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

Create a fallback strategy for missing emoji #5

Open
sskhandek opened this issue Feb 26, 2018 · 5 comments
Open

Create a fallback strategy for missing emoji #5

sskhandek opened this issue Feb 26, 2018 · 5 comments
Assignees
Labels
enhancement New feature or request

Comments

@sskhandek
Copy link
Owner

Some versions of iOS and Android do not support all the emoji unicode characters. Having a fallback emoji character upon detection of the missing emoji would replace it with a popular open source emoji font like Twemoji or EmojiOne

@sskhandek sskhandek added the enhancement New feature or request label Feb 26, 2018
@aaeronn
Copy link

aaeronn commented Apr 20, 2018

Yes, it should be on priority. Missing emoji's makes the entire emoji block look ugly

@sskhandek
Copy link
Owner Author

Thanks @aaeronn for the feedback. We're open to PRs, but we're trying our best to come up with a solution in the next week or so. We have been busy with conference travel 😀

@darekg11
Copy link
Contributor

darekg11 commented Mar 4, 2019

I have created a fork with a simple solution to that.
Since emoji support varies across devices and manufacturer (on Android) I have added a prop that filters Emojis by Unicode version release. So for example you can display only the most basic ones which were included in version 6.0. I know this si not perfect but at least on most Android devices I have all emojis without any missing ones.
Would you be interested in PR containing that?

@sskhandek
Copy link
Owner Author

cc: @rijn
That'd be great. Thank you very much @darekg11

@darekg11
Copy link
Contributor

darekg11 commented Mar 5, 2019

@sskhandek I will create a PR on the weekend.

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

No branches or pull requests

4 participants