在UIWebView加载的页面, WF: _WebFilterIsActive returning: NO
Posted 猿咧
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在UIWebView加载的页面, WF: _WebFilterIsActive returning: NO相关的知识,希望对你有一定的参考价值。
x
ios10下在UIWebView加载的页面, WF: _WebFilterIsActive returning: NO
UIWebView加载了一个集成的微信支付SDK,在执行了webview的代理方法后,在回调支付结果的时候会出现奔溃
WF: _userSettingsForUser mobile: {
filterBlacklist = (
);
filterWhitelist = (
);
restrictWeb = 1;
useContentFilter = 0;
useContentFilterOverrides = 0;
whitelistEnabled = 0;
}
WF: _userSettingsForUser mobile: {
filterBlacklist = (
);
filterWhitelist = (
);
restrictWeb = 1;
useContentFilter = 0;
useContentFilterOverrides = 0;
whitelistEnabled = 0;
}
WF: _WebFilterIsActive returning: NO
解决办法一:去掉uiwebview的代理。 此方法能解决我的问题,但估计不能广泛作用。
解决办法二:把UIWebView更换为WKWebView, 就能在iOS10系统正常加载该pdf链接了.(WKWebView只支持iOS8以后的系统,否则项目运行报错.),
方法二还没试,因为是别人集成的sdk,不好做修改,已联系集成方,修改后再补上
以上是关于在UIWebView加载的页面, WF: _WebFilterIsActive returning: NO的主要内容,如果未能解决你的问题,请参考以下文章