chukwu / ionic3-Image-Cache

A Simple Ionic Image Cache for all types of images with preview modal
12 stars 9 forks source link

This plugin isnt working in IONIC3 due to file & filetransfer libraries versions #7

Open arizona2014 opened 5 years ago

arizona2014 commented 5 years ago

I've done exactly as in README.md and even took the versions from package.json and I'm still in dependency hell. If its not a problem of file plugin version, its android version. If that is ok then its IonicImageCacheHelperProvider problem.

I know versions of everything changes each second, but at least if you provide a configuration that works we can base on that.

ghost commented 5 years ago

May use 4.9.2 for both dependencies

nullart2 commented 5 years ago

try this: npm install --save @ionic-native/file-transfer@4 npm install --save @ionic-native/file@4

from

https://ionicframework.com/docs/v3/native/file/ https://ionicframework.com/docs/v3/native/file-transfer/

alemdg commented 3 years ago

try this: npm install --save @ionic-native/file-transfer@4 npm install --save @ionic-native/file@4

from

https://ionicframework.com/docs/v3/native/file/ https://ionicframework.com/docs/v3/native/file-transfer/

This was the solution for my Ionic V3 solution.

But now i am getting Create directory fail [object Object] and some images are not dispayed