search

Home  >  Q&A  >  body text

android - ionic应用打包部署了,但是连接不上服务器,就连写一个a标签链接到百度都不可以

ionic的应用安装好在Android手机里了,进入应用也没有问题,但是登录不了,发现无法连接服务器,于是我再写一个链接指向百度,就连百度都访问不了(但是我的手机是有网的!!)求解

巴扎黑巴扎黑2771 days ago573

reply all(2)I'll reply

  • 黄舟

    黄舟2017-04-18 09:09:18

    Already solved, uninstall the whitelist plug-in first and install it again

    cordova plugin remove cordova-plugin-whitelist
    
    cordova plugin add cordova-plugin-whitelist
    
    注:如果之前没有安装此插件就输入第二句就可以了

    reply
    0
  • 大家讲道理

    大家讲道理2017-04-18 09:09:18

    Have you given permission to connect to the Internet? Or if you look at the log, there must be detailed information...

    reply
    0
  • Cancelreply