When I've used this code:
email_butn.onPress = function() {
getURL(''mailto:address@gmail.com'');
};
in the past, I have had no problem with an empty email popping up.?I think maybe something's happening now with some newer browsers that's preventing anything from happening on the press event.?Can someone please tell me what's happening and how I can fix it?
Thanks.
mailto issuethat will open a default email client, if the user has one.
No comments:
Post a Comment