Open ThorvaldAagaard opened 7 years ago
Or am I just missing the point so I have to add this kinde of code
var host = "https://wheelmap.org/api/nodes";
if (!this.platform.is("corodva")) {
host = "wheelchairs";
}
var url = host + "?api_key=XXX";
Note: for support questions, please use one of these channels:
https://forum.ionicframework.com/ http://ionicworldwide.herokuapp.com/
Short description of the problem:
I am using i proxy, i have added in ionic.config.json
When using
the proxy is used, but when using
the proxys is not used and the app fails
What behavior are you expecting?
I would expect the proxy definitions to work on all platforms
Steps to reproduce:
add this i the config-file
and then make a call like this
Which @ionic/app-scripts version are you using? cli packages:
global packages:
local packages:
System:
Other information: (e.g. stacktraces, related issues, suggestions how to fix, stackoverflow links, forum links, etc)