Hey there, thatās an amazing extension!
Thank you for providing it to all of us.
I need some help I couldnāt find an answer yet, it may be a simple issue to solve but I really do not know how to do it.
Iāve created a 3 column grid with CardViews and Images inside those CardViews, my images fit to parent in CardView and Iām being able to call them from Airtable, okay thenā¦ but I set those images clickable and I donāt find a way to add a normal click action for each image, thereās just the option for LongClickā¦ How do I do that?
Omg!
I knew this block existed but I canāt find it ā¦ I just found the āOn any Image Long Click, doā.
Iāve tried to use your image but unfortunatelly itās not a .PNG.
Right now i am creating a list with many components and also setting there properties after they are created. All this is done with the help of blocks under the screen initialise event.
But, I noticed that, as the list keeps on increasing, the list is displayed after some delay and this delay keeps on increasing with increase in length of list. Here by delay I mean that it doesnāt create the list right after screen initializes. Instead some time is consumed (~3 to 4 sec right now) between screen initialise and list creation.
Though I need to do some more test to confirm these.
So, I just wanted to ask that,
Will creating the said list with schema instead of blocks will help in this case? I will ofcourse create that using Template Creator since I donāt know json
Are there any drawbacks with schema like we are not able to set any property or something like that? Just asking.
I, also wanted to talk about one more problem that I am facing not related to one discussed above. The problem is,
I have 3 ttf files namely Poppins-Regular, Poppins-Medium, Poppins-semi bold.
Now what happens is, when I am trying to set the font typerface import property of label with any one of the files mentioned above, it always set to Poppins-Regular, no matter whichever TTF file I have set teere in Set Property block. I donāt know where is the problem.
Note that I am using one version prior to the latest one. Do you think the problem might be here? Also if I upgrade to latest , then is there anything that I need to take care about?
Then there should be some sort of solution for this because if the delay goes on increasing like this then at one point the app will become irresponsive for a notable period of time
But the delay is not that much. In my notes app I have 20 notes ( means a listview with 20 items ) but I donāt face any noticeable lag. Approx 1 sec to load items
How many items did you have tried.
In my case a parent card view is created and in it there are 4 other components that are also created at the same time.
Now there is no problem till there are 4-5 parent Card views which means 16-20 components.
The problem starts when approx 7th card view is created because at this time there are approx 28 components created at a time. So the lag increase noticeably
The delay will be same. And I donāt put any delay to the extension, it just requires some time to create the extension, and sadly I canāt fix that.
Schema just executes the extension blocks with specified JSON text. So it supports all features that extension have.