-
Notifications
You must be signed in to change notification settings - Fork 196
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: The popup was closed (Sporadic) #94
Comments
The raw Facebook Javascript SDK's For now, our solution is to revert back to using the Facebook SDK to call |
I don't know what changed, but now the error is happening 9/10 times or more. The problem doesn't seem to affect OAuth for phonegap, or the Facebook SDK itself which authenticates 100% of the time. |
The change that seems to have caused it to fail far more often is to use Something about it opening the login window in a tab causes it to fail over and over. |
This problem seems strongly related to a fullscreened chrome in
|
Exact same problem happens on Chrome on Android: "Error: The popup was closed" |
Hello, I saw two other reports of this problem, but neither other report seemed to address the popup working 9/10 times, and failing 1/10 times with "Error: The popup was closed".
When a failure occurs, I can trigger a new .popup("facebook") with no problems directly afterwards (again, with a 1/10 chance that it will fail a second time).
Will attempt to use the raw FB javascript SDK login method to see if it's an issue with Facebook or OAuth.io
The text was updated successfully, but these errors were encountered: