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
I am using signIn function provided by logto sdk to login in expo project for both web and mobile which is working fine, but when i try to login in a safari browser i get popup blocked error. This happens only in safari browser.
How can i avoid popup blocked issue on safari?
Expected behavior
On login button click logto popup should appear and when user enters credentials the popup should close with user state being set in sdk.
How to reproduce?
Call signIn(redirectUri) function provided by sdk on a safari browser.