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

Not working on Iphone real device

Open pratapyadav2011 opened this issue 7 years ago • 2 comments

I tried its working on android and web, but when I run on iPhone not show any image so I enabled debug mode and got following error :

ERROR: ImageLoader Error: [object Object]

My Xcode is 10.0

pratapyadav2011 avatar Oct 03 '18 15:10 pratapyadav2011

Can you dump the objects, for example with JSON.stringify(object)?

ruudboon avatar Oct 25 '18 05:10 ruudboon

I've same error when we reload data many times. After that error, no more image is displayed from cache while they just worked fine before...only the fallback img is used in html.

ImageLoader Error : FileError {code: 12, message: "PATH_EXISTS_ERR"}

the error is not always the same, some times it's NOT_FOUND_ERR with code 1

I've same issue on android.

fbrun avatar Oct 29 '18 14:10 fbrun