Pre cache image #25384
Unanswered
IeuanWalker
asked this question in
General
Pre cache image
#25384
Replies: 1 comment 5 replies
-
Several possible optimizations exist:
|
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is there a way to pre cache image?
I have an API that returns some image URLs, currently in the XAML I have enabled caching -
Issue is on first load it can be some delay in loading the images and causes some layout issue on some devices. So looking for a way to pre-cache the images from the API before loading the page.
f.e. i have tried -
Beta Was this translation helpful? Give feedback.
All reactions