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

后端 未结 3 1208
情深已故
情深已故 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:40

    If you're using one of the latest versions of cordova you might have to install the cordova plugin whitelist:

    cordova plugin add cordova-plugin-whitelist
    

    If you're using IIS Express you might find a few problems.
    I've detailed some more explanation here.

提交回复
热议问题