andrewmcgivery / angular-soap

An angular port of a Javascript SOAP Client into a factory that has a similar syntax to $http.
114 stars 84 forks source link

Working on iOS but not on Android - resource: net::ERR_NAME_NOT_RESOLVED #29

Closed jfredsilva closed 8 years ago

jfredsilva commented 8 years ago

Hi,

First of all, thanks for your work. This is working fine on iOS and browser desktop, but it fails on Android. On Android I have "Failed to load resource: net::ERR_NAME_NOT_RESOLVED" and after that "Uncaught TypeError: Cannot read property 'documentElement' of null"

The Android have all the permissions correctly setted, I'm able to call others webservices. Any ideia how to solve?