Hey dear members of this forum,
Trying to make a simple mailto button,wrote on the click event
window.open("mailto:my.mail@gmail.com");
Simple.
Working on all browsers, and android, but doesn't work on an Iphone. Just opens up a blank page.
Tried adding a target, didn't help either. Tried writing mailto:// didn't to the trick as well.
Any suggestions?