Ionic Native HTTP does not work for Anroid 9 (Pie) and up?

后端 未结 2 1369
执笔经年
执笔经年 2020-12-19 05:57

I\'ve created an app that connects successfully to our server using Ionic Native HTTP, testing it with Samsung Galaxy J7 Prime OS version Marshmallow and several others that

2条回答
  •  情深已故
    2020-12-19 06:31

    To solve that problem, you should make changes to the config.xml file.

    First thing you need to change is 'widget' tag, it should look similar to this one:

    
    

    After that, inside of platform where name='android', you should add this code:

    
        
    
    

    After that you can run rebuild the application.

提交回复
热议问题