-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
[RNMobile] - Layout picker - Update emoji #21373
Conversation
While testing I spotted the "Envelope" -> ✉️ emoji wasn't working correctly for API Level >= 21 <=23 as well. I tested going to the Unicode Version 1.0 from the emulator's browser and barely some rendered correctly from that list, then I checked the 6.0 version and almost all of them rendered correctly. @iamthomasbishop is there another emoji we could use as a replacement for the "Envelope" (✉️) emoji? |
Size Change: +1.29 kB (0%) Total Size: 885 kB
ℹ️ View Unchanged
|
@geriux For the contact one, I think we could use either “email”, “closed mailbox with raised flag”, or “memo” from the 6.0 spec. |
Thanks for the options @iamthomasbishop here's how they'd look:
Closed Mailbox with Raised Flag
Memo
Which one do you prefer? All three render correctly 😃 |
I think I prefer the mailbox one, but all 3 of them work just fine. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tested on API 24 and 27 the 🔧(fix) still looks good on those. Once Matt checks I say 📫(Ship it)
I also did a spot check on iOS 11.0.1 and everything looks good there too
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fyi: I had to merge with latest develop on gutenberg-mobile to resolve an interface mismatch with WordPress-Android develop.
After that:
Looks good, tested via emulator on API 21 and 23 👍 . Nice work, LGTM!
Gutenberg Mobile PR
-> wordpress-mobile/gutenberg-mobile#2103Description
While testing on Android, an issue was spotted on devices with API 21 and 22 where the emoji wouldn't render properly because we were using some from a newer Unicode version. So we need to update it to make it compatible with those. While we give support to that range of OS versions we need to pick emojis from the Unicode 6.0 definition
How has this been tested?
Screenshots
Types of changes
Bug fix
Checklist: