ionic-image-loader icon indicating copy to clipboard operation
ionic-image-loader copied to clipboard

Img in cache failed on iOS : 404 not found

Open fbrun opened this issue 7 years ago • 0 comments

Hi,

i install last version and the images in cache on iOS are not displayed anymore. I don't no why but in debug mode (prod build with console on safari developpement mode), i see that local path of cache img is like 'http://localhost:8080//var/mobile/Containers/Data/Application/....' with two '/' between 8080 and var instead of just one, which seems to cause the error.

i don't know where the double '/' come from.

I use ionic 3 with latest cli version, cordova-android 7.1.1, cordova-ios 4.5.5, rxjs 5.5.11, cordova-plugin-ionic-webview 2.2.0, ionic-native 4.16.0 and cordova-plugin-file 6.0.1

fbrun avatar Oct 29 '18 11:10 fbrun