We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When I call the signInWithBrowser method on version 2.17.0, the in-app browser opens but is frozen and cannot be interacted with.
signInWithBrowser
2.17.0
Of note, this bug only occurs on an iOS Simulator. If I build the app to a physical device, I can use the in-app browser as expected.
The in-app browser should load the Okta log-in experience, and the user should be able to enter their username and password to log in.
On an iOS Simulator, the in-app browser experience is frozen.
createConfig
clientId
redirectUri
endSessionRedirectUri
discoveryUri
scopes: ['openid', 'profile']
requireHardwareBackedKeyStore: !isRunningOnEmulator
browserMatchAll: true
No response
React Native: 0.73.11 Xcode: Version 16.0 (16A242d) iOS Simulator Version: 18.0 Physical iPhone version: iPhone 14 Pro, iOS 18.3.1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Describe the bug?
When I call the
signInWithBrowser
method on version2.17.0
, the in-app browser opens but is frozen and cannot be interacted with.Of note, this bug only occurs on an iOS Simulator. If I build the app to a physical device, I can use the in-app browser as expected.
What is expected to happen?
The in-app browser should load the Okta log-in experience, and the user should be able to enter their username and password to log in.
What is the actual behavior?
On an iOS Simulator, the in-app browser experience is frozen.
Reproduction Steps?
createConfig
withclientId
,redirectUri
,endSessionRedirectUri
,discoveryUri
,scopes: ['openid', 'profile']
,requireHardwareBackedKeyStore: !isRunningOnEmulator
,browserMatchAll: true
.signInWithBrowser
method on an iOS Simulator.Additional Information?
No response
SDK Version
2.17.0
Build Information
React Native: 0.73.11
Xcode: Version 16.0 (16A242d)
iOS Simulator Version: 18.0
Physical iPhone version: iPhone 14 Pro, iOS 18.3.1
The text was updated successfully, but these errors were encountered: