GymotgM commented on issue #977: URL: https://github.com/apache/cordova-ios/issues/977#issuecomment-2042234881
> > Looks like this might actually be resolved by #1050 > > I haven't tried this myself yet, but looks like that would solve my need to set scheme handlers. > > There is one additional need that emerged after creating this issue that I also resolved with my workaround of subclassing `CDVWebViewEngine`. We need to hook into some of the `WKNavigationDelegate` calls, particularly `webViewWebContentProcessDidTerminate:`. Since `CDVWebViewEngine` already implemented that, overriding it was the quickest path forward. If there public API that allows me to do that another way, then I would be able to remove my workaround. @jasonbekolay The same issue, as the NSURLProtocol of UIWeb no longer exists, WKWebb needs to update it. How did you handle it? Can you share it -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@cordova.apache.org For additional commands, e-mail: issues-h...@cordova.apache.org