It appears that a lot of links on websites use window.open in their onclick handlers but WKWebView seems to completely ignore window.open.
Is there a workaround for this?
I tried setting javaScriptCanOpenWindowsAutomatically preference to true but that didn't seem to help