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

Setting useEmbeddedBrowser flag to true shows SFSafariViewController instead of an embedded WKWebView. #142

Open
manumohn opened this issue Sep 2, 2020 · 0 comments

Comments

@manumohn
Copy link

manumohn commented Sep 2, 2020

Some digging around in the commit and version history revealed that this code block was removed while bumping the version from 2.0.5 to 2.0.6.

if(authenticator.useEmbeddedBrowser) [WebAuthenticatorWindow presentAuthenticator: authenticator]; else [SFSafariAuthenticator presentAuthenticator:authenticator];

This diff -
7c48f00#diff-a55573371ef1a391bea5c94e994333ca

We were using the embedded browser for our Logins using KeyCloak.

The commit itself didn't have much info regarding this change. Is there an another way to use embedded browser in iOS?

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

No branches or pull requests

1 participant