03-17-2020 06:14 - edited 03-17-2020 06:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-17-2020 06:14 - edited 03-17-2020 06:17
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
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
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-17-2020 10:10
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Some emojis are supported though.
Try render ❤️in your app

03-17-2020 10:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post

03-17-2020 10:24
- Mark as New
- Bookmark
- Subscribe
- Permalink
- Report this post
Emojis are only working in index.gui only and I found a work around by toggling display style property. Anyways thanks for the help 🙂

