You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 to false:
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:
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 popup_blocked_by_browser.
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: