美文网首页
Cordova页面加载外网图片失败解决方案

Cordova页面加载外网图片失败解决方案

作者: fengshunli | 来源:发表于2018-05-25 12:22 被阅读0次

    报错提示


    image.png

    然后在index,html加入如下配置即可
    <meta http-equiv="Content-Security-Policy" content="default-src 'self' 'unsafe-eval' data: blob: filesystem: ws: gap: cdvfile: https://ssl.gstatic.com *; style-src * 'unsafe-inline'; script-src * 'unsafe-inline' 'unsafe-eval'; img-src * data: 'unsafe-inline'; connect-src * 'unsafe-inline'; child-src *;" />

    相关文章

      网友评论

          本文标题:Cordova页面加载外网图片失败解决方案

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