Cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How change text with emoji using JavaScript SDK in runtime?

I am trying

 

let emoji = myJournal.getElementById("emoji");
emoji.text = "{emoji}";

 

But this is not working 😢

 

Edit: 

emoji.text = "😀"; // NOT WORKING

Best Answer
0 Votes
2 REPLIES 2

Some emojis are supported though.

 

Try render ❤️in your app

Best Answer
0 Votes

Emojis are only working in index.gui only and I found a work around by toggling display style property. Anyways thanks for the help 🙂

Best Answer
0 Votes