Replies: 3 comments 3 replies
-
Hey @yusakapon Thanks for submitting your question. As I checked, it seems there might be a few best practices around using popups which you can use online, but generally, they're based on some heuristics, so are difficult to get around. I might advise you to use the redirect method here since that is the way to avoid it. If not, you might have to add some wording for the users to enable popups in settings. |
Beta Was this translation helpful? Give feedback.
-
Due to browser restrictions on popups, you should reduce the time taken between user interaction and the login popups being opened. This is highly browser dependent, but the best practice for this is to separate the initialization of the SDK and the user login method calls. |
Beta Was this translation helpful? Give feedback.
-
Hi @yusakapon |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Popups are set with
uxMode: "popup"
.The login method is executed when the login button is pressed, but the popup seems to be blocked by browsers such as safari.
Is this expected behavior?
I would like to use popup mode rather than redirect mode for better UX.
Beta Was this translation helpful? Give feedback.
All reactions