Android - wont fill body of email

Hi,

I don’t know if it is the way I am doing it or if there is a workaround, but it works fine on ios and corona simulator on mac,

any ideas or is it a bug?

cheers,
Rob [import]uid: 2131 topic_id: 13502 reply_id: 313502[/import]

Without seeing code, my bet is on the encoding. Check to see if you have any special characters that need to be URL encoded.

Croisened [import]uid: 48203 topic_id: 13502 reply_id: 49610[/import]

Hi,

Seems to work fine for me. Here’s what I have…also, keep in mind that I didn’t specify a recipient…

[code]
local url = “mailto: ?subject=Check%20Out%20My%20Game%20:)&body=I’m%20playing%20GameName…%20http%3A%2F%2Fbit.ly%2FGameName”

system.openURL(url)

[/code] [import]uid: 12700 topic_id: 13502 reply_id: 49612[/import]

Thanks for your replies,

It would appear to be the colons : in the time that are causing it, no problem with them on ios though,

cheers,
Rob [import]uid: 2131 topic_id: 13502 reply_id: 49810[/import]