-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add usePopup configuration #75
Comments
having same issue, getting popup_blocked_by_browser I have verified on real device and also changed safari on iPhone to allow popup and still getting same error |
I am also having this issue. We send our web link through instagram and we try to drive users to sign up using Apple. The embedded web browser via IG will throw This error is damaging our onboarding flow. |
Same issue here |
Same Here |
any update on this??? |
If someone has also got the problem that the Apple-Sign-In needs to be triggered twice while using an iOs device in the web environment, then it is probably due to a blocked popup. The error
popup_blocked_by_browser
is being triggered.It would be nice to be able to set the
usePopup
option tofalse
:apple-sign-in/src/web.ts
Lines 36 to 37 in 9828277
There was already a pull request for this change:
#62
The issue should be reproduceable using the Private Mode in Safari.
Edit: not sure if changing it to non-popup behavior really fixes the issue, should be tested with multiple devices
The text was updated successfully, but these errors were encountered: