zyra / ionic-image-loader

Ionic 2+ Component that loads images in a background thread and caches them for later use
MIT License
435 stars 137 forks source link

Uncaught Error: Can't resolve all parameters for ImageLoader: ([object Object], ?, [object Object], [object Object]) #235

Closed herquiloidehele closed 5 years ago

herquiloidehele commented 5 years ago

I installed this package on my ionic 3 app and folowed all installation steps, but when i serve my project it shows this error

AmineMediazain commented 5 years ago

can someone answer this question please !!?

JessCasasDev commented 5 years ago

Hi! I was facing the same issue. I fixed using npm add --save @ionic-native/file@^4.0.0

herquiloidehele commented 5 years ago

thanks @jlcasasg .

burakodabas commented 5 years ago

thanks @jlcasasg

L96Github commented 5 years ago

Also happens when you have a version of ionic-native higher than ^4.0.0

byronglendon commented 5 years ago

Any solutions for Angular6/7 requiring @ionic/native/: "^5.1.0"? or alternative package to ImageLoader?

abePdIta commented 5 years ago

npm i -S ionic-image-loader@beta npm i -S @ionic-native/ionic-webview Do not forget to import { WebView } from '@ionic-native/ionic-webview/ngx'; and add WebView to provider list in your app module.

kkduniya commented 4 years ago

update all file ionic-image-loader file with file/ngx from like 'import { File, FileEntry } from '@ionic-native/file/ngx';