nraboy / ng-cordova-facebook-example

Ionic Framework ngCordova Oauth Example for Facebook

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

White Blank Screen & Login Question

Flyingprinter opened this issue · comments

Hi,

I'm getting a White screen after clicking on the sign in button, IOS.

Question , if my app has got Facebook logged in , will it still direct me to the browser to login?

What do your logs say?

The ng-cordova-oauth library is sandboxed. It has no communication to the native Facebook app or any other app that might be signed in with Facebook.

Regards,

I'm having the same problem. The Log say initially:

webView:didFailLoadWithError - -1200: An SSL error has occurred and a secure connection to the server cannot be made.

After a few minutes it spits out:

 MobileSafari[15118]: Communications error: <OS_xpc_error: <error: 0x10db43b40> { count = 1, contents =
    "XPCErrorDescription" => <string: 0x10db43ef0> { length = 22, contents = "Connection interrupted" }
}>

This may be a possible solution here, saying it's something with iOS 9... http://stackoverflow.com/questions/32755674/ios9-getting-error-an-ssl-error-has-occurred-and-a-secure-connection-to-the-ser

The solution I posted above works.

It shows nothing.. Only white freeze screen

Without logs I cannot help you, sorry. If you're getting ATS related errors like @Cooknick mentioned see this:

https://blog.nraboy.com/2015/10/fix-ios-9-app-transport-security-issues-in-apache-cordova/