Use the corresponding blocks
If that were the case, the extension would have no point in being used.
Use the corresponding blocks
If that were the case, the extension would have no point in being used.
I am also using this , image dosent cached twice , also there is a function for clearing cache
Because some extensions might save images at a multi resolution that what Iām askingā¦
Iād like to ask two more questions:
If I cache these images on a previous page without displaying them, when I want to display them later, they donāt appear in the image as a normal component!
Does this plugin clear all the images cache once it reaches a certain size? Because I think the Glid library do this!
This extension will do what you want , go and try now ![]()
Hi everyone
I know this topic has been discussed more than once in this chat, but unfortunately I donāt understand exactly how to solve it?

This is the dynamic extension I am using and from what I understand it should work with this extension instead of using Kodularās native dynamic components.
The problem is that the entire APP, when it tries to open the page where it should load these components with their respective images, completely blocks the APP.
I hope some of you can help me as I have already tried 1000 methods but nothing seems to work.
Hi dear,
Could you upload the image by right-clicking on the component and selecting Download Blocks as PNG?
Itās hard to see it clearly.
I uploaded the photo
If you disable the part where it loads the image asynchronously, does the procedure work correctly?
The thing thatās really funny is this.
When I try it in demo mode, that is, without installing it on my phone, everything works, even the asynchronous photo uploading.
How to install it on your phone The asynchronous procedure no longer works and causes the entire application to crash
So to answer your question is yes, it works If not with asynchronous mode
How about this
If you check my post I have already edited and made the photo in high resolution, so you can read all the components well as required
Hi, I donāt think I understand what you mean.
Iāll give you a summary of what Iām doing.
I create a card with an image and some text inside.
Inside my APP I have two dictionaries, one that is created as the user plays and one that is downloaded when the APP is started for the first time.
The internal database contains the reference tag and the date the achievement was unlocked.
The external dictionary, on the other hand, will contain practically everything you need: the titles, the image, or rather the URL to the image, general text, and other details that may be useful.
Iām simply telling him that for every tag in my unlock database Go and retrieve the data from this external database and show it to me on video
Since these tags need to be viewed in order, I first used an extension that puts them in order and then I retrieve them from there. This is why I call the value 100, which is one of the tags for unlocked layers, inside which we have the āIā Kheel tag, which contains the value, or rather the URL of the image.
Let me start by saying that Iām Italian and therefore Iām using a translator, so Iām not sure if you can understand what I mean.
Am referring to the image value, can you retrieve it as you did and see if it gives correct URL?
Oh OK, sorry, I didnāt understand what you meant.
However, Iām sure the URL is correct for a reason, because before passing through the dynamic component it is shown in a Norm image component.
Iāll explain it to you clearly.
My application checks whether the value following the one reached by my user is present; if not, it starts pre-downloading the image using this extension. Then, once the level is unlocked, it displays it, thus reducing loading lag to zero.
After this step the user will be able to see all the various unlocked cups With this dynamic component that will create the components where inside there will be the images
This is where everything crashes.
The URL, as I was saying, is correct because itās the first time the image is displayed correctly. Itās only when it loads into the dynamic components that the problem occurs.
Without being sure from what youāre doing, can you try as I said and show us the URL from that code?