ionic-image-loader
ionic-image-loader copied to clipboard
Not working on Iphone real device
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
Can you dump the objects, for example with JSON.stringify(object)?
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.