Shazron Abdullah created CB-1887:
------------------------------------

             Summary: 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: Michael Brooks
             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