美文网首页ionic2常见问题
ionic2常见问题-the connection to the

ionic2常见问题-the connection to the

作者: 昵称已被使用_ | 来源:发表于2017-03-07 17:14 被阅读971次

    问题描述

    • 使用ionic serve在浏览器上运行app没有问题,当使用ionic run android让app运行在手机上就出现如下图错误

    解决方式1

    • 如下图,我的index.html文件最底部有个高德地图的script,把这个放到上面就可以了,注意:当你引用外部资源,请确保手机网络连接正常
    • 如果你遇到这个问题,建议你把index.html上所有的第三方的script和link都删掉试试

    解决方式2

    • 如果实在找不到原因就在config.xml添加<preference name="loadUrlTimeoutValue" value="700000"/>,如下图
    • 添加后依次执行ionic platfrom rm android,ionic platfrom add android,ionic run android试试

    其他

    • 也有说是打包问题,重新打包有时候就可以了
    • 可能还有其他原因导致这个问题,不过我也不知道了

    相关文章

      网友评论

      • 枫_d646:这个到底是什么问题呢,加载第三方的?
      • 7b7c617eda49:试了,还是有这个问题,有时又没了,不知道咋搞。
      • IonicBlog::+1: 军哥的分享精神值得学习

      本文标题:ionic2常见问题-the connection to the

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