luberda-molinet / FFImageLoading

Image loading, caching & transforming library for Xamarin and Windows
MIT License
1.42k stars 377 forks source link

Disk Caching Not Working #1469

Open barrysohl opened 4 years ago

barrysohl commented 4 years ago

🐛 Bug Report

No matter what I try, I cannot get disk caching to work in my Xamarin Forms app. I have FadeAnimationEnabled turned on, with a long duration, so that I can easily see when images are cached vs not.

In memory caching is working great, no long fade-in on the second load.

But relaunch the app, and long fade, no caching.

Turn off WiFi, and then no images at all.

Expected behavior

Images should cache to disk and then load from cache after app relaunch or when offline.

Reproduction steps

Possibly relevant info:

Configuration

Version: 2.4.11

Platform:

barrysohl commented 4 years ago

Anyone? I am still getting zero disk caching with FFImageLoading. What could I be doing wrong here?? Thanks in advance.

barrysohl commented 3 years ago

Anyone? Please?? I assume I am doing something wrong since I can't believe such a popular library just fundamentally doesn't work. I may have to resort to writing my own caching :(