auth0 / react-native-auth0

React Native toolkit for Auth0 API
https://auth0.com
MIT License
478 stars 205 forks source link

Auth0 login don't show well in iOS tablets #907

Open msKevin190 opened 4 months ago

msKevin190 commented 4 months ago

Checklist

Description

I'm using the auth0 sdk for my application on Android and iOS and it looks pretty good, but on iPad a fairly small popup appears and it looks cut off, are there ways to make it take up the entire screen?

IMG_0105

Reproduction

Run react-native auth0-sdk on any iOS tablet

Additional context

No response

react-native-auth0 version

3.1.0

React Native version

0.70.10

Expo version

No response

Platform

iOS

Platform version(s)

IPad

brth31 commented 3 months ago

@desusai7 is there a way to modify the default behaviour of SFSafariViewController?

desusai7 commented 3 months ago

Hi @msKevin190,

Were you using the useSFSafariViewController option as shown here ?