I have created a Devextreme app, with the following connection string :
In my Shared.Config.js file I use this to connect to our server :
"local": "http://agilesoft.dyndns.org/ProsoundService/ProsoundService.svc/", "production": "http://agilesoft.dyndns.org/ProsoundService/ProsoundService.svc/"
Now, when I use my 3g data in my office, this works fine, except for the 3g being a tad slow. When I try to connect via WIFI it does not connect at all.
How can I get both my 3G and WIFI to connect to the above address? IS there some sort of a setting on the phone, or what should I do?
Any help would be appreciated