<form action='mailto:myemail@email.com?subject=wazzup' enctype='text/plain' method='post'>
<input name='Name' placeholder='Name' size='50' type='text'/><br/><br/>
<input name='Email' placeholder='Email' size='50' type='text'/><br/><br/>
<textarea cols='49' name='Comment' placeholder='Your message' rows='4'/><br/><br/>
<input style='background:#000;color:silver;' type='submit' value='SEND'/><br/><br/>
</form>
Shouldn't this work on mobile devices as well as desktop? On desktop it opens the email client, just as it should. Why not on mobile? I'm trying it on Android 10/Chrome, and it does not open the Gmail client that I use, nor the Yahoo app. I've also tried enctype='application/x-www-form-urlencoded' and method='get'.