WKWebView 加载报错:cannot load due t
2021-09-30 本文已影响0人
nick5683
公司的OA设备出现在iOS12的手机上出现“XMLHttpRequest cannot load due to access control checks”
记录一下解决方案:
let config = WKWebViewConfiguration()
config.preferences.setValue(true, forKey: "allowFileAccessFromFileURLs")