0

I want to open the compose email screen with prefilled 'to' and 'body' fields in Android/iPhone when the user taps on anchor tag in a web page. The current URL I am using opens compose screen in desktop but in the Mobile browser, it opens Gmail inbox in the browser itself.

https://mail.google.com/mail/?view=cm&fs=1&to=info@demo.com&su=Query&body=Hello
Gaurav
  • 857
  • 3
  • 21
  • 29

1 Answers1

0

you can use mailto it will open up email app. I have tested this in android

mailto:someone@example.com?subject=Your subject&body=Your body
Richardson. M
  • 852
  • 2
  • 17
  • 28