ionic-gallery-modal
ionic-gallery-modal copied to clipboard
performance & bandwidth problem
Before the picture is showed, the whole album array of images is downloaded. This behaviour causes a visual delay and it's a big waste of data too. The right approach would be to load just the clicked/visible image and, at the maximum, to preload the next one.
I'll look into that, including the pull request :)