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
After putting in these files in my project, WKWebView is refreshing on every close of dialog or modal windows. When I comment out the registerSchemeClass call, it works fine. So just wanted to know if someone else had faced this issue, and if yes, how was it solved?
The text was updated successfully, but these errors were encountered:
[<WKWebView 0x600003e0a700> valueForUndefinedKey:]: this class is not key value coding-compliant for the key browsingContextController.
Unfortunately that throws a big stone in a new project of mine. I'm already considering implementing the legacy WebView but honestly I don't want to implement something I may not be able to replace...
After putting in these files in my project, WKWebView is refreshing on every close of dialog or modal windows. When I comment out the registerSchemeClass call, it works fine. So just wanted to know if someone else had faced this issue, and if yes, how was it solved?
The text was updated successfully, but these errors were encountered: