Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling openAuth causes the app to freeze in ios 18.3 #114

Open
adrianpdaluz opened this issue Mar 4, 2025 · 0 comments
Open

Calling openAuth causes the app to freeze in ios 18.3 #114

adrianpdaluz opened this issue Mar 4, 2025 · 0 comments

Comments

@adrianpdaluz
Copy link

adrianpdaluz commented Mar 4, 2025

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant