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

Cache image does not work #216

Closed
tranquoctrungcntt opened this issue Jan 16, 2020 · 4 comments
Closed

Cache image does not work #216

tranquoctrungcntt opened this issue Jan 16, 2020 · 4 comments

Comments

@tranquoctrungcntt
Copy link

No description provided.

@andy1xx8
Copy link
Contributor

Could u please give more detail?

@tranquoctrungcntt
Copy link
Author

tranquoctrungcntt commented Apr 13, 2020

Could u please give more detail?

Image always reloaded when page is shown. It makes the page resize everytime the page is shown

@andy1xx8
Copy link
Contributor

@tranquoctrungcntt Remember that this repo uses the default image caching strategy of flutter.
your images maybe are cached but it's take time to show on UI. And therre is no place holder to images before thay are loaded onto UI. That's why you see your html page are resizing.
In order to solve this, i think you can work on customizing your own image renderer and give it a place holder

@erickok
Copy link
Collaborator

erickok commented Feb 8, 2021

Duplicate of #172

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

3 participants