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

some of emoji show two(??) like 1️⃣2️⃣3️⃣ ---- 9, in ios, how to handle it, and if starts with 1️⃣, then all the emoji show ??????? #142

Closed
yangmeng00124 opened this issue Jun 28, 2023 · 2 comments · Fixed by #183
Assignees
Labels
bug Something isn't working

Comments

@yangmeng00124
Copy link

No description provided.

@Fintasys
Copy link
Owner

Fintasys commented Jul 5, 2023

Thank you for reporting, I could find the issue and reason for it. Unfortunately is the fix not easy and I will take more time.
In the meantime you might be able to fix appearance with

                    emojiTextStyle: const TextStyle(
                          fontFamilyFallback: ['Apple Color Emoji']),

But you need to add that everywhere where you use emoji, which could be troublesome.

@Fintasys Fintasys self-assigned this Jul 5, 2023
@Fintasys Fintasys added the bug Something isn't working label Jul 5, 2023
@Fintasys
Copy link
Owner

Fintasys commented Jul 5, 2023

There is actually a open PR to fix this in skia - but I guess this will take a while.
google/skia#129

@Fintasys Fintasys mentioned this issue Dec 27, 2023
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants