Ionic App - No Internet Access

后端 未结 1 1318
暖寄归人
暖寄归人 2021-01-25 17:38

Ive built a small mobile Android 6 app with ionic and Phonegap. This isnt my first Hybrid app, but is my first with Ionic. The app calls a php file that queries a MySQL DB and r

相关标签:
1条回答
  • 2021-01-25 18:30

    I had very similar issue; even after installing whitelist plugin and having necessary permissions, my app never connected to my web service.

    Then I thought to give a try including whitelist plugin in config.xml. So, in my project folder I ran the following command which had updated my config.xml

    cordova plugin add cordova-plugin-whitelist --save
    

    After that the APK generated by my automated build system, was connecting to my web service.

    0 讨论(0)
提交回复
热议问题