-
Notifications
You must be signed in to change notification settings - Fork 48
Closed
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency file
Description
Describe the bug
Trying to log in using a iOS 14.5 device throws the following exception and crashes the app.
My options look like:
initOptions={{
redirectUri: 'myapp://home',
inAppBrowserOptions: {
modalPresentationStyle: 'fullScreen',
enableBarCollapsing: false,
modalEnabled: true,
ephemeralWebSession: true,
dismissButtonStyle: 'ok',
},
}}
Everything works fine on iOS 14.4 or below.
To Reproduce
- Boot a new RN app
- have a button with an onPress event triggering
await keycloak?.login(); - Error appears on the red screen
Expected behaviour
To be able to open the browser with no error.
Screenshots
Smartphone
- Device: any
- OS: iOS
- Version: strictly on 14.5
Additional context
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingdependenciesPull requests that update a dependency filePull requests that update a dependency file
