03-17-2020 06:14 - edited 03-17-2020 06:17
03-17-2020 06:14 - edited 03-17-2020 06:17
I am trying
let emoji = myJournal.getElementById("emoji");
emoji.text = "{emoji}";
But this is not working 😢
Edit:
emoji.text = "😀"; // NOT WORKING
03-17-2020 10:10
03-17-2020 10:10
Some emojis are supported though.
Try render ❤️in your app
03-17-2020 10:24
03-17-2020 10:24
Emojis are only working in index.gui only and I found a work around by toggling display style property. Anyways thanks for the help 🙂