Hello guys,
Im having this issue with the loader.close();
I have a gallery of images and once you click on a thumbnail, i will load the large version of it. as the large version of the image is loading, i want it so that when the user suddenly change his/her mind, he/she can click on the other thumbnails to load a new image and terminating the previous loading that is happening in the background.
I tried placing the close() method inside a try catch block but its not working. And btw, im testing it on my live server.
The preloader messes up and continues to load the previous image the user clicked.
Help please