Skip to content
New issue

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

Fixing .hide() on iOS #570

Merged
merged 1 commit into from
Dec 16, 2022
Merged

Fixing .hide() on iOS #570

merged 1 commit into from
Dec 16, 2022

Conversation

stigi
Copy link
Contributor

@stigi stigi commented Dec 9, 2022

Currently calling .hide() on iOS only works on pre iOS pre 11.

Pre iOS 11 the library is presenting the authentication webview using presentingViewController. On iOS 11 SFSafariViewController is used though, and on iOS 12 and up we're using ASWebAuthenticationSession.

This PR is implementing the required changes to close the authentication webview on iOS 11 and up.

@stigi stigi requested a review from a team as a code owner December 9, 2022 13:33
Copy link
Contributor

@Widcket Widcket left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR @stigi!

@Widcket Widcket merged commit 0a578c7 into auth0:master Dec 16, 2022
@poovamraj poovamraj mentioned this pull request Feb 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants