You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Salvatore Iovene (JIRA)" <ji...@apache.org> on 2015/09/30 08:40:04 UTC

[jira] [Commented] (CB-9691) Blank page in a in app browser

    [ https://issues.apache.org/jira/browse/CB-9691?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14936436#comment-14936436 ] 

Salvatore Iovene commented on CB-9691:
--------------------------------------

Hi,
just jumping in to provide a little better report.

The issue only presents itself on iOS 9. The output on the console is: "An SSL error occurred". Indeed the issue is only with HTTPS links. All HTTPS requests will fail. The fix would be to add the following to the project's plist file:

    <key>NSAppTransportSecurity</key>
    <dict>
      <key>NSAllowsArbitraryLoads</key>
      <true/>
    </dict>

Hope this helps!
Salvatore

> Blank page in a in app browser
> ------------------------------
>
>                 Key: CB-9691
>                 URL: https://issues.apache.org/jira/browse/CB-9691
>             Project: Apache Cordova
>          Issue Type: Bug
>         Environment: iOS 9.0
>            Reporter: Philipp Bräutigam
>
> When i use the $cordovaAuth component I get a blank page when the in-app browser opens. After I tried the fix (http://forum.ionicframework.com/t/cordovaoauth-facebook-ios-9-gm-issue/32477) it worked like expected. Hopefully it can be fixed as fast as possible.
> Thanks in advance.



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