ISEmojiView icon indicating copy to clipboard operation
ISEmojiView copied to clipboard

Some emoji appear as block ? boxes

Open apparition47 opened this issue 7 years ago • 4 comments

iOS: 11.0.1 ISEmojiView: 0.0.7

I'm guessing because my older version of iOS doesn't have the included Unicode glyphs supported? Maybe there should be a check?

img_00242

apparition47 avatar Jul 24 '18 05:07 apparition47

It seems that this emoji list does not support all versions of iOS system, some emoji is added on iOS 11.1

iOS 11.1 has 70 new emoji and it’s available now

I just created a copy of the emoji list for iOS10, but I haven't found a good way to check if an emoji can be displayed.

isaced avatar Aug 04 '18 06:08 isaced

That's probably the best way to do it, versus having each emoji have a version number. There's really no way of checking for valid emoji as far as I know.

jeffreality avatar Aug 04 '18 14:08 jeffreality

Good to know.

I guess the best solution is for me to run my own custom emoji list to match my app's minimum target iOS version.

And FYI, on SO, someone has a way to check if emoji will display on your device's current iOS version. Might be one way of filtering out unrepresentable emoji at runtime.

apparition47 avatar Aug 04 '18 15:08 apparition47

Well then there you go - LOL. I now know more! I will work with that and submit a new pull request if I can get it working, so we don't have to make version plists. :-)

jeffreality avatar Aug 04 '18 16:08 jeffreality