Hi
Am developing an application where i am showing long (7-8 lines) text with Emojis, its not getting rendered in android devices.
On ios it showing in black color when i am using display.newText()
If i am using Native.newTextBox then the emojis looking fine on ios but android its not getting displayed its showing some weired characters.
Native.newTextBox is not accepting tap event
i am using tableview with newTextBox in it.
Please update me how can i show the emojis in corona sdk which will work on both os.
Thanks