nikini / ionic-gallery-modal

Ionic Gallery Modal (to show all your photos)
166 stars 84 forks source link

performance & bandwidth problem #40

Open bogomips opened 6 years ago

bogomips commented 6 years ago

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.

nikini commented 6 years ago

I'll look into that, including the pull request :)