-
-
Notifications
You must be signed in to change notification settings - Fork 11
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
bug: Google Login doesn't work on safari #36
Comments
Also experiencing this. The first time
The second time it works. |
What version of the plugin do you use? |
I'm using 0.0.68-alpha.8 |
I found out that this bug only occurs if you include the initialization process in the async login function. Then the popup only opens the second time. However, if you set up the initialization process beforehand (in mounted) in vue 3, for example, then it works as expected. |
Yes, this is somewhat to be expected. Initialize will load external scripts from Google by creating a "script" tag. This takes time, and I don't think the plugin awaits the scrips to finish loading before returning from initialize. |
Can we add it to the doc? |
If you try to use login via Google on Safari the login will fail.
I tested both macOS Safari and iOS Safair
The text was updated successfully, but these errors were encountered: