Hi Konrad, thanks for your quick reply!
Framework: react-native 0.61.4
Platform: iOS 13, tested iPhone 7, X, 11
Browser: react-native-inappbrowser-reborn 3.4.0 (GitHub - proyecto26/react-native-inappbrowser: 📱InAppBrowser for React Native (Android & iOS) 🤘)
Code:
InAppBrowser.openAuth(authorizationUrl, redirectUri, {
// iOS Properties
dismissButtonStyle: “close”,
ephemeralWebSession: true, // true will trigger render issue on iOS
});
We are basically trying to use auth0 as an openid provider. auth0 authorisation page is redirected from our own site.
Please let me know if you need anything!
Thanks
Jimmy