Several users are reporting that with apple devices the pop ups are being blocked by safari unless they set a universal toggle in their settings. Is it possible to allow for a redirect option in plug and play module?
Hi @one2all.test , please see here, how redirect mode is selected instead of popup. If your user base has a lot of safari users, please use redirect instead of popup.
const openloginAdapter = new OpenloginAdapter({
adapterSettings: {
uxMode: "redirect", // "popup", "redirect"
// ...
1 Like
This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.