Corona SDK: show emoji/images on native.showAlert() -


i'd let user know on game he's won life showing text little heart on end through native.showalert().

the code alert is

native.showalert( "hi!", "thank playing! here's 1 life gift next game. enjoy!" , {"ok"}, lifegift ) 

i want show heart after enjoy. how do that? either emoji or image. thanks

p.s.: building ios now

do want show heart on corona sdk alert..? if using mac, can as:

native.showalert( "hi!", "you got ♥ " , {"ok"}, lifegift ) 

it this:

enter image description here

you can different symbols various sites this.

keep coding........... :)


Comments

Popular posts from this blog

javascript - RequestAnimationFrame not working when exiting fullscreen switching space on Safari -

c# - How do I get the Nth largest element from a list with duplicates, using LINQ? -

jsp - "Sending a redirect is forbidden after the response has been committed" in sendRedirect -