Is there an easy way to do that?
Like, player touches button from menus in game, the device's email application launches with a new email opened and the 'to' field and 'subject' field are filled out with predefined data I specify (ie my email address and a subject like 'Bug Report').
I know there are tutorials like this one, that involve using ajax... but I dont think what I want to do is that involved. I just want to make it easier for a user to quickly send me an email from within the game...
Just like you can use the 'browser object' to quickly launch a webpage. Is there a similar straight forward way to launch the email app on a device?
Sorry if the answer to this is stupidly obvious...