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
update: after further investigation it appears to only be happening in ios 18+ simulator. A similar issue has been reported in other cross platform archs like flutter, react native etc.
The text was updated successfully, but these errors were encountered:
The code below works fine in 17.5 but when calling the same code in 18.3, the browser opens a blank page and the app freezes.
const response = await InAppBrowser.openAuth(getOAuth2CodeAuthUrl(idp), getAppReturnUrl('callback'), {
ephemeralWebSession: false,
showTitle: false,
enableUrlBarHiding: true,
enableDefaultShare: false
});
update: after further investigation it appears to only be happening in ios 18+ simulator. A similar issue has been reported in other cross platform archs like flutter, react native etc.
The text was updated successfully, but these errors were encountered: