You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In our React Native application, we use the Auth0 SDK to handle user authentication via WebAuth. However, we’ve encountered an issue where the WebView used for authentication rotates to landscape mode when the device orientation is changed. For our application, it is required to lock the orientation to portrait mode during the authentication process to ensure a consistent user experience.
Describe the ideal solution
Provide configuration options within the SDK to allow developers to specify the desired orientation (e.g., portrait, landscape, sensor) for WebAuth activities
Update the internal activities used by the Auth0 SDK for WebAuth to respect the orientation configuration settings provided by developers.
Alternatives and current workarounds
There is no workaround that we could implement for this scenario.
Additional context
No response
The text was updated successfully, but these errors were encountered:
Checklist
Describe the problem you'd like to have solved
In our React Native application, we use the Auth0 SDK to handle user authentication via WebAuth. However, we’ve encountered an issue where the WebView used for authentication rotates to landscape mode when the device orientation is changed. For our application, it is required to lock the orientation to portrait mode during the authentication process to ensure a consistent user experience.
Describe the ideal solution
Alternatives and current workarounds
There is no workaround that we could implement for this scenario.
Additional context
No response
The text was updated successfully, but these errors were encountered: