You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
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:
The text was updated successfully, but these errors were encountered: