Vinoth Kumar created CB-11318:
---------------------------------
Summary: mailto: is not working in Android after adding
'<allow-navigation href="mailto:*" />'
Key: CB-11318
URL: https://issues.apache.org/jira/browse/CB-11318
Project: Apache Cordova
Issue Type: Bug
Components: Android
Affects Versions: 5.1.1
Reporter: Vinoth Kumar
Priority: Critical
In Android, mailto is not working after adding <allow-navigation
href="mailto:*" />
If I only use <access launch-external="yes" origin="mailto:*" />, mailto is
working in Android but to make it work in iOS i added <allow-navigation
href="mailto:*" />. Then it stopped working on Android.
Currently my config has the following
<access launch-external="yes" origin="mailto:*" />
<allow-navigation href="mailto:*" />
I am using a combined config for both Android and iOS.
Cordova CLI version is 6.1.0 and Android version is 5.1.1
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]