I am building an android app that connects to a custom REST server. I was using Angular HTTP client, but it has some problems when running on the actual device, so I decided to use Ionic’s Native HTTP plugin instead. So I ran:
ionic cordova plugin add cordova-plugin-advanced-http
npm install @ionic-native/http
and it installed normally. I can build the app but then my custom cordova plugins are not being loaded when the app runs, neither does the cordova HTTP plugin. If I remove the native HTTP plugin, then everything works fine again.
I already tried to reinstall all the plugins but the problem persist. Any ideas? I am kind of desperate here
Victor
2 posts - 2 participants