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

Shazron Abdullah resolved CB-1887.
----------------------------------

    Resolution: Not A Problem
      Assignee: Shazron Abdullah  (was: Michael Brooks)

Since moving to config.xml we don't need to do these things anymore. New issues 
should be opened for:

1. New iOS Project Settings for config.xml (same keys)
2. Update Upgrading Guide for new config.xml
                
> Remove Cordova.plist setting OpenAllWhitelistURLsInWebView in 2.3.0
> -------------------------------------------------------------------
>
>                 Key: CB-1887
>                 URL: https://issues.apache.org/jira/browse/CB-1887
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: Docs, iOS
>            Reporter: Shazron Abdullah
>            Assignee: Shazron Abdullah
>             Fix For: 2.3.0
>
>
> No need to deprecate since it is obsolete by the use of the InAppBrowser in 
> 2.3.0 (since this setting does nothing anymore)
> Devs can either use:
>   window.location = 'http://whitelistedurl.com';
> Or:
>   window.open('http://whitelistedurl.com', '_self');
> 1. Remove the setting in Cordova.plist for the default template
> 2. Update the 2.3.0 Upgrading Guide to remove the setting
> 3. Update the iOS Project Settings documentation

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to