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
Hello @oldalton
In a previous issue you have mentionned the WKWebView, I really need to use it instead of the UIWebview (in order to implement WKProcessPool).
I've tried to update the library but it doesn't work. (the webview is never displayed)
Do you have by chance any advise to help us ?
Many thanks for your help.
The text was updated successfully, but these errors were encountered:
Hi, we're currently working on adding WKWebView ourselves. You can see some work in progress here: https://github.com/AzureAD/microsoft-authentication-library-common-for-objc/tree/dev and in open PRs. I'd recommend for you to wait for ADAL to have an update with WKWebView instead of trying to work it around yourself. I think the main problem you're hitting is that WKWebView doesn't support custom NSURLProtocol, so the SDK really has to be rebuilt to use it.
Hello @oldalton
In a previous issue you have mentionned the WKWebView, I really need to use it instead of the UIWebview (in order to implement WKProcessPool).
I've tried to update the library but it doesn't work. (the webview is never displayed)
Do you have by chance any advise to help us ?
Many thanks for your help.
The text was updated successfully, but these errors were encountered: