I have the following method:
application.showURL('mailto:' + email)
In developer this opens nicely the default emailclient without a browserwindow.
In the client, everytime it opens a browser-window too, which I have to close manually.
Can this be changed?