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 -

jsf - How to ajax update an item in the footer of a PrimeFaces dataTable? -

django - CSRF verification failed. Request aborted. CSRF cookie not set -