使用`livereload`时,离子iOS HTTP请求失败

时间:2017-09-24 18:30:12

标签: ios cordova ionic-framework

Ionic noob。

很简单,我的应用程序中的HTTP请求在以下情况下在iOS模拟器上正常工作:

  • 直接从Xcode内部开始
  • 从没有livereload的命令行开始;例如:ionic cordova run ios --emulator --target "iPhone-SE"

然而,当使用livereload我的"错误"在所有HTTP请求上调用回调,参数如下所示:

{
  "_body": {
    "isTrusted": true
  },
  "status": 0,
  "ok": false,
  "statusText": "",
  "headers": {

  },
  "type": 3,
  "url": null
}

是什么给出了?

0 个答案:

没有答案