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: [email protected]
For additional commands, e-mail: [email protected]