-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error when loading facebook page #337
Comments
What do your logs say? |
2018-02-03 21:12:36.324704+0530 Nestled Time[854:195907] webView:didFailLoadWithError - -999: The operation couldn’t be completed. (NSURLErrorDomain error -999.) this is the log when its happens and show load error in url |
Are you using the standard InAppBrowser and web view are you using WKWebView or something custom Ionic made? From what I understand WKWebView and the custom one Ionic made is not supported. They are doing things differently. |
We are not using WKWebView, using InAppBrowser. |
Have you done the proper whitelisting for the URLs used? iOS is funny when it comes to security. At what point in the OAuth flow does it fail? Does it start at all? Without seeing your project it is difficult for me to troubleshoot. |
@mukulsoftwap I think this could be a problem with whitelisting. Are you doing correctly? |
I have successfully logged in with facebook in android but not working in iphone
The text was updated successfully, but these errors were encountered: