Has anyone noticed emojis not rendering properly w...
# compose-web
d
Has anyone noticed emojis not rendering properly when using Compose/WASM? Details in the 🧵
Actual in Chrome vs preview in Fleet:
o
d
@Oleksandr Karpovich [JB] oh, amazing! Thanks for sharing!
@Oleksandr Karpovich [JB] is there also a known bug for portrait not displaying properly, or like, at all?
o
Not sure. Could you please share more details?
d
If I view my WASM website from mobile in portrait mode it does not render anything.
That's the little GitHub Page I am playing with.
All I see is blank
Landscape is fine though
o
Should work with 1.6 version. Please submit an issue on GitHub
d
Ok, thanks!
o
did you use 1.6.10-dev build? We tried 1.6.0, 1.6.1, 1.6.2 and all of them work fine in portrait mode. But the issue was reproduced only with 1.6.10-dev versions
Also, please check if you have
Copy code
<meta name="viewport" content="width=device-width, initial-scale=1.0">
in your index.html
d
I will check.
Looks like I do not have the:
Copy code
<meta name="viewport" content="width=device-width, initial-scale=1.0">
In that file: https://github.com/EricDw/Dewildte/blob/main/docs/index.html
@Oleksandr Karpovich [JB] I have made the project public so it can be inspected.
Maybe Kotlin Multiplatform Wizard didn’t add that to the index HTML?
1
@Oleksandr Karpovich [JB] Adding the meta data under the doc type fixed the problem! Thanks a ton!
👍 1