Image Viewer | Pinch to zoom | Double Tap to zoom | Animated Zoom

I’m facing a issues with this block
024de647519099619279fb3eb41239faa07183f2

When I’m try to load a image from my Gallery /Download folder by path waise with Image list View extension by @vknow360 after image list item click, image is loaded. But problem was when i try to load another image and it’s getting overlapping by old image into new image.. I don’t know why old image are showing with new one. I think old image are stored any cache file or not i don’t know please help me to override this problem. I want to load one by one single image from path.

Loaded by single single path

I’m loaded image1.jpeg first and close it:
file:///storage/emulated/0/download/image1.jpeg

2nd I’m try to new one but overlapping with first one:
file:///storage/emulated/0/download/image2.jpeg

Here is the problem ex: Two image are deferent.

Thanks to :folded_hands: @zainulhassan

My Problem was solved by here, sorry i do not see this article.

How can I delete the previous image ? I have to show big images and small images.

Before setting a new image you can set the image to blank string which will remove the previous image.

c911906288158415f088bff5f7baa38836c5ad2b

I tried so without success, see my blocks

Make sure your updated image path is correct.

The previous image does not disappear, check please my aia
CARDSImgview.aia (48.2 KB)

Solved, created an empty layout in Screen Initialize and show image with Set Path.

2 Likes