公司的OA设备出现在iOS12的手机上出现“XMLHttpRequest cannot load due to access control checks”
记录一下解决方案:
let config = WKWebViewConfiguration()
config.preferences.setValue(true, forKey: "allowFileAccessFromFileURLs")
公司的OA设备出现在iOS12的手机上出现“XMLHttpRequest cannot load due to access control checks”
记录一下解决方案:
let config = WKWebViewConfiguration()
config.preferences.setValue(true, forKey: "allowFileAccessFromFileURLs")
本文标题:WKWebView 加载报错:cannot load due t
本文链接:https://www.haomeiwen.com/subject/kudbvltx.html
网友评论