AXWebViewController icon indicating copy to clipboard operation
AXWebViewController copied to clipboard

点击_blank链接不跳转

Open KangYJie opened this issue 6 years ago • 0 comments

链接http://guan.ule.com/guan/jiangsu/tag/gonghuie.html simulator screen shot - iphone x - 2018-12-06 at 16 12 06

替换,才可以加载

// if (!navigationAction.targetFrame.isMainFrame) { // [webView evaluateJavaScript:@"var a = document.getElementsByTagName('a');for(var i=0;i<a.length;i++){a[i].setAttribute('target','');}" completionHandler:nil]; // } //如果是跳转一个新页面 if (navigationAction.targetFrame == nil) { [webView loadRequest:navigationAction.request]; }

KangYJie avatar Dec 06 '18 08:12 KangYJie