I'm stuck with a problem. First of all, I'm using MSAL and Azure B2C for the sign up. One of the Identity Providers is Apple Login. Now when I press the Apple Login button, the usual Face-Id screen opens. Great. Now say I changed my mind, and I don't want to login with Apple, so I press cancel.
So now I'm back again and I want to use another Provider. But now when I press a button (doesn't matter which one) they don't work. They are being selected/highlighted though, but there is no actual action taking place.
Oh, and at the point I pressed cancel at the Apple login, this error log pops up in the logs:
didFailProvisionalLoadForFrame: frameID = 3, domain = WebKitErrorDomain, code = 102
Does anybody have an idea why my buttons don't work anymore? I suppose it's a setting I'm missing in WKWebView. Because when I use the SafariController, it does work.
Found the solution:
I changed the user agent of the webView. This worked: