公司的OA設(shè)備出現(xiàn)在iOS12的手機(jī)上出現(xiàn)“XMLHttpRequest cannot load due to access control checks”
記錄一下解決方案:
? ? ? ? let config = WKWebViewConfiguration()
? ? ? ? config.preferences.setValue(true, forKey: "allowFileAccessFromFileURLs")
公司的OA設(shè)備出現(xiàn)在iOS12的手機(jī)上出現(xiàn)“XMLHttpRequest cannot load due to access control checks”
記錄一下解決方案:
? ? ? ? let config = WKWebViewConfiguration()
? ? ? ? config.preferences.setValue(true, forKey: "allowFileAccessFromFileURLs")