You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "jcesarmobile (JIRA)" <ji...@apache.org> on 2016/10/27 00:11:59 UTC

[jira] [Closed] (CB-12053) External url does not load

     [ https://issues.apache.org/jira/browse/CB-12053?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

jcesarmobile closed CB-12053.
-----------------------------
    Resolution: Not A Problem
      Assignee: jcesarmobile

If you want them to load in the cordova webview you have to configure your config.xml to allow nativation to that sites using allow-navigation tag.
If you want them to load on safari you have to configure your config.xml to open them in safari using allow-intent tag

Read more on https://cordova.apache.org/docs/en/latest/reference/cordova-plugin-whitelist/index.html

> External url does not load
> --------------------------
>
>                 Key: CB-12053
>                 URL: https://issues.apache.org/jira/browse/CB-12053
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>         Environment: iOS
>            Reporter: Nick Brook
>            Assignee: jcesarmobile
>
> In the latest Cordova-ios master Cordova doesn't seem to want to load external URLs. In CDVUIWebViewNavigationDelegate -webview:shouldStartLoadWithRequest:navigationType: by default allows gap://, any plugin overrides, and file urls (from -defaultResourcePolicyForURL: ). Should I be adding a plugin or overriding a delegate or something here to load external urls? Or is this incorrect behaviour?



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