Skip to content

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

@adrianpdaluz

Description

@adrianpdaluz

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions