nativescript-inappbrowser
nativescript-inappbrowser copied to clipboard
Calling openAuth causes the app to freeze in ios 18.3
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.