Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing methods in the Ionic 4 version #284

Open
Fieel opened this issue Jun 24, 2020 · 0 comments
Open

Missing methods in the Ionic 4 version #284

Fieel opened this issue Jun 24, 2020 · 0 comments

Comments

@Fieel
Copy link

Fieel commented Jun 24, 2020

Hello,

As showcased in this issue the library works fine with Ionic 4 as long as you're only trying to display the images but i noticed the caching system is problematic, i can't, for example, find some methods that used to exist.

I have this simple line of code to allow the user to clear all cache saved in the phone:

this.imageLoader.clearCache();

Unfortunately i can't compile because of

Property 'clearCache' does not exist on type 'IonicImageLoader'.ts(2339)

any idea?

Versions I'm using:

"ionic-image-loader": "^7.0.0-beta.2",
"@ionic-native/ionic-webview": "^5.12.0"`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant