-
Notifications
You must be signed in to change notification settings - Fork 436
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
Popup won’t open on Mobile Safari #2189
Comments
Is this still happening? |
@bastienbeurier Yes! I just tested right now. Works fine on chrome but I get this on Safari: |
@parisetflorian What safari version and iOS version/phone are you on? |
Hi! I suspect the problem is that this Even after a potential fix for the Promise, it might be necessary to educate users about this, which is why some SDKs may provide a controlled button, or allow users to pass a reference to their own button and attach an event listener to it, eg: const nango = new Nango({ publicKey: '<PUBLIC-KEY>', authButtonId: '<github-login>' }); |
Triggering the auth workflow on mobile safari won’t open the popup.
The text was updated successfully, but these errors were encountered: