You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Joe Bowser (JIRA)" <ji...@apache.org> on 2016/05/25 20:05:12 UTC

[jira] [Commented] (CB-11318) mailto: is not working in Android after adding ''

    [ https://issues.apache.org/jira/browse/CB-11318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15300757#comment-15300757 ] 

Joe Bowser commented on CB-11318:
---------------------------------

[~vinbtechdf] Because Android has intents and intents can access various things on the device they're not supposed to if they're not properly secured.

> 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
>
> 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: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org