I have a button for sending us an email. When a user clicks on it there is a command to open an email window. It works great with IOS but not with Android. With an Android phone you get the error message, "Application Error - The protocol isn't supported. (mailto:a href="mailto:marketing@mitechnologies.com" rel="nofollow"marketing@mitechnologies.com/a)". The code I am using is...
codewindow.open('mailto:marketing@mitechnologies.com');/code
Is there something else I need to add to this code for it to work properly on an Android phone?