egvroom

Results 1 comments of egvroom

You could do something like this: - Use the WKUIDelegate like so -> `webView.UIDelegate = self` - In `(WKWebView *)webView:(WKWebView *)webView createWebViewWithConfiguration:(WKWebViewConfiguration *)configuration forNavigationAction:(WKNavigationAction *)navigationAction windowFeatures:(WKWindowFeatures *)windowFeatures` you can use...