I have an app that saves TODO's but when I type a given emoji, it goes as ????
. Searched everywhere but didn't find any solution that may help me.
I'm using Ionic
and MySql
to store the data. Using utf8mb4_bin
for the table collation.
I've done a test with notifications and it appears correctly at the notification when app closed but when I open the app it shows only ????
And in the db it is being saved as ????
too.
Any help?