Germán
Germán
@ihadeed Like I said on https://github.com/zyra/ionic-image-loader/issues/131#issuecomment-408566213 I went ahead and updated ionic-image-loader processQueue method in my local so that it uses the plugin cordova-plugin-advanced-http instead of angular's HttpClient and everything...
@jayordway I didn't create a PR with my proposed change but I could definitely do so. My only concern like I said before is adding a new dependency on another...
@jayordway I’m using WKWebView in my app and the change worked ok on iOS. How did you test it or what did you change?
@Ross-Rawlins yes, in fact the error mentioned by @jayordway "Http failure response for (unknown url): 0 Unknown Error" is due to CORS. At least that's what I was getting as...
@ihadeed @glemiere @danielsogl downgrading to v4.2.1 images load without CORS issues but if you navigate to another view while images are still loading, then when you return they appear half...