sarriaroman / photoviewer

PhotoViewer Cordova Plugin
MIT License
157 stars 213 forks source link

Multiple time image loading #159

Open rakeshbaral92 opened 5 years ago

rakeshbaral92 commented 5 years ago

Once an image is loaded in the layout and I close that image, in the very next time when I open that image again and then close by pressing back button in android, it first closes the image and then again closes the same image.

Example: 1. Image 1 clicked then closed.

  1. Image 1 reopened and then closed. Now it first closes the Image 1 and again Image 1 appears.
rakeshbaral92 commented 5 years ago

After loading the image in photo activity the image is loading repeatedly and repeatedly. Its not finishing the activity. Have anyone faced this issue ? Any solution for that ?