Mailto link does not work on Android

Asked 2 years ago, Updated 2 years ago, 71 views

Thank you for your help.

I am developing an application using monaca (OnsenUI).
This may be a rudimentary question, but
On the iPad (iphone),

<a href="mailto:">test</a>

Click
to launch the mailer. Will not boot on Android (checked in version 4.2.2)

Why?

android ios monaca

2022-09-30 20:45

1 Answers

The specifications are WebView or Cordova.
Is the WebIntent plug-in unavailable?

http://docs.monaca.mobi/3.5/ja/reference/phonegap_plugin/webintent/
https://stackoverflow.com/questions/29181077/how-to-send-email-with-webintent-plugin-monaca-ide


2022-09-30 20:45

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.