美文网首页
WKWebView 之XMLHttpRequest cannot

WKWebView 之XMLHttpRequest cannot

作者: 白色天空729 | 来源:发表于2021-01-07 20:05 被阅读0次

    公司的OA设备出现在iOS12的手机上出现“XMLHttpRequest cannot load due to access control checks”

    记录一下解决方案:

    在WKWebViewConfiguration 的配置中添加:
    [configuration setValue:@YES forKey:@"allowUniversalAccessFromFileURLs"];

    参考文章:https://www.xspdf.com/resolution/50707146.html

    相关文章

      网友评论

          本文标题:WKWebView 之XMLHttpRequest cannot

          本文链接:https://www.haomeiwen.com/subject/bektaktx.html