question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Emoji not working on Android

See original GitHub issue

The bellow snippet renders nice Emoji on iOS: image

But not on Android (5): image

var page = new tabris.Page({
  title: "Emoji fun",
  topLevel: true
});

new tabris.TextView({
    layoutData: {top: "prev() 20", left: "20%"},
    text: "Hi \ud83d\ude00 tabris.js " + String.fromCodePoint(0x1F47B),
    font: "30px"
  }).appendTo(page);

page.open();

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:8 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
ghostcommented, Jun 2, 2016

@bev-on , I checked with the stock browser (not chrome) on Android 5.0.2 and it has the emoji like the ones you posted from 6.0.1

image

0reactions
mpostcommented, Jul 18, 2016

Closing this as resolved.

Read more comments on GitHub >

github_iconTop Results From Across the Web

I don't see any emoji on Android. How do I get them?
I don't see any emoji on Android. How do I get them? · Open the Microsoft SwiftKey app · Tap 'Emoji' · Toggle...
Read more >
Why are Some Emojis Not Showing Up? Here's How to Fix ...
Wonder why you can't see emojis on android or iPhone? Below, will show you how to fix it and what you can do...
Read more >
My Emojis are not showing up in texts on my Android ...
My Emojis are not showing up in texts on my Android phone how do I fix it gboard. Get my Emojis to appear...
Read more >
How to Get New Emojis on Android
1. Update to the Latest Android Version · In your phone's menu, tap Settings, then go to About Phone. On some devices, you...
Read more >
Google really wants to fix Android's emoji problem
Android Emoji Policy for Android 12 · If AppCompat is already in use, make sure emoji is enabled. · Use an existing EmojiCompat...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found