-
Notifications
You must be signed in to change notification settings - Fork 19
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
android app is continue to load the same image. #21
Comments
From the log you provided, the same images are all loaded from cache not from web. The urls are just cache keys. You can set a Fiddler proxy to check if the images are loading repeatly from web. BTW, the latest version 1.1.1 fixed a DiskCache related bug. You'd better to upgrade to the latest version package for verifying. |
In version 1.1.1, we continue to load the image in the cache. |
I have reproduced this issue on my environment. Let me have a deeper look. |
Fix in latest version 1.1.2 : https://nuget.org/packages/FFImageLoading.Maui/1.1.2 |
ok! thank you. |
Description
android app is continue to load the same image.
Steps to Reproduce
baisc xaml using.
Expected Behavior
Actual Behavior
Basic Information
Screenshots
Reproduction Link / Code
log file add.
logdump.zip
The text was updated successfully, but these errors were encountered: