我正在使用WKWebView围绕流行的 Web应用程序开发 OS X包装器。但是,当我尝试从应用程序打开一个链接时,我得到了这种奇怪的行为:
target="_blank"
)webView:createWebViewWithConfiguration:forNavigationAction:windowFeatures:
被称为navigationAction
参数中提取网址,我得到一个空网址webView:runJavaScriptAlertPanelWithMessage:initiatedByFrame:completionHandler:
方法:"Grrr! A popup blocker may be preventing the application from opening the page. If you have a popup blocker, try disabling it to open the window."
有没有人经历过类似的事情?我的想法是,他们正在用他们的javascript来做跟踪点击的事情,这阻碍了正常的链接行为。