show us your blocks
@Kevinkun
When I click on image it's displaying message but swipe down images are frozing for some time

looks fine for me.
but I have problem to access google.com.
please upload your aia here, and the responseContent in text.
I believe you will have a much better experience if you download the images first (you are essentially downloading them anyway, in order to display them)
See this example, using recyclerList extension, using images from the assets:
rlDisplayImages.aia (154.7 KB)
You can also add/remove recyclerList items without having to reload the pager...
I would like to get Image Title name when I click on image. I tried in this way but some thing still missing.
You do not set global dataTitle any where ???
Try something like this:
- Get the index of the the image clicked in the datalist
- Select the item with that index from the main list
- Select the second item in the item list, which should be your image name
here is my result.
Now i would like to add Title Label below each image. I tried in this way but something missing
I did provide a link to a link further up, but here it is again:
rlDisplayImages_rev2.aia (136.8 KB)
You could add these blocks to clear the label text when you scroll
Label items I would like to be displayed on each scroll not on a click