iOS in-app-browser shows auth0 blank page

Hi Guys, we are having trouble rendering auth0 authorisation page on iOS in-app-browser.
If we start an in-app-browser with auth0 authorisation flow, it only shows the background colour of the header, without any other content.
If we reset the font size, it will start to render again. If we refresh the page, it works as well.
It looks like the page has some css issues?

Thanks for taking a look
Jimmy

Hey there Jimmy!

Can you tell us more about the stack of ours that you used to achieve that? Any links to docs , quickstarts, repos would be helpful so we can debug that!

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

Thanks for providing that context! Unfortunately you’re not using our Auth0 stack but some let’s call it third-party that we cannot recommend on as we simply do not have knowledge regarding that.