You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Jacob Weber (JIRA)" <ji...@apache.org> on 2016/03/03 23:51:18 UTC

[jira] [Created] (CB-10778) Documentation inaccurate

Jacob Weber created CB-10778:
--------------------------------

             Summary: Documentation inaccurate
                 Key: CB-10778
                 URL: https://issues.apache.org/jira/browse/CB-10778
             Project: Apache Cordova
          Issue Type: Improvement
          Components: Docs, Plugin Whitelist
         Environment: Cordova for Android 5.1.1
            Reporter: Jacob Weber
            Priority: Minor


https://github.com/apache/cordova-plugin-whitelist states:

"Intent Whitelist ... does not apply to plugins, only hyperlinks and calls to window.open()."

At least on Android, <allow-intent> doesn't seem to affect window.open calls when InAppBrowser is installed. For example, this doesn't use the whitelist:
{code}
window.open('market://details?id=com.example.android', '_system');
{code}
but this does:
{code}
window.location = 'market://details?id=com.example.android';
{code}




--
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