Add condition to exclude loading specific domain in Safari (Swift) – Ios swift
I'm trying to exclude loading a specific domain in Safari (or any default browser in iOS) when tapped inside a WKWebView, without removing other conditions I already put in the function (as you can see below): func webView(_ webView: WKWebView,…