I am trying to create a simple mailto: email link. Here's the code I currently use:
on (press) {
getURL("mailto:me@mysite.com");
}
I am using a Scene structure and have the button inside a "Contact Us" scene. When you click on the email button nothing happens (the default email program doesn't open). Any suggestions what the problem may be?
on (press) {
getURL("mailto:me@mysite.com");
}
I am using a Scene structure and have the button inside a "Contact Us" scene. When you click on the email button nothing happens (the default email program doesn't open). Any suggestions what the problem may be?