I saw the plugin https://github.com/katzer/cordova-plugin-email-composer#examples but i am wondering if there any way to click a href like the call function href="tel:1234543"
and it opens up the screen that allows you to select email apps on your phone? As i dont need the email to be sent in App.
Thanks
<a href="mailto:address"> When the href attribute of the A element is set as follows, users can open the email client by clicking that link.
Open Default Programs by clicking the Start button, and then clicking Default Programs. Click Set your default programs. Under Programs, click the e‑mail program you'd like to use, and then click Set this program as default. Click OK.
Sure, you can use mailto
<a href="mailto:[email protected]">Link text</a>
You might have to add this line to the config.xml
<access origin="mailto:*" launch-external="yes" />
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With