nativescript-inappbrowser icon indicating copy to clipboard operation
nativescript-inappbrowser copied to clipboard

Calling openAuth causes the app to freeze in ios 18.3

Open adrianpdaluz opened this issue 9 months ago • 0 comments

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.

adrianpdaluz avatar Mar 04 '25 19:03 adrianpdaluz