Angular & Ionic, HTTP Get not working in real device IOS

后端 未结 3 1184
情深已故
情深已故 2021-01-11 15:08

I have problem in my app , when I run the app in local host it\'s working without problem and I can see the channel list but when I try to test the app by physical device it

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-11 15:36

    I had the same issue. If you are using cordova higher than 4.0 you will have to run cordova plugin add cordova-plugin-whitelist

    You can check your cordova version by running cordova -v

    Happy Coding.

提交回复
热议问题