terikon / cordova-plugin-photo-library

Maintainer needed. Please contact if you're using this library in your project
MIT License
149 stars 300 forks source link

Thumbnails loading from the bottom up #47

Open davidrossiter opened 7 years ago

davidrossiter commented 7 years ago

I have read that using infinite scroll seems like a good way of loading thumbnails quickly when there are thousands in the gallery.

However I have no problem with the speed that the first thumbnails load, just the order they do it in.

The oldest thumbnails - the ones you see only once you scroll to the bottom of the gallery - load first and very quickly (about 8 a second). How can I make it load from the top (newest) thumbnails first instead of oldest/bottom first?

viskin commented 7 years ago

Well, I think the thumbnails should load in same order the infinite scroll component requests for them. But I wouldn't bet on it. Can you please fork and modify this project with your code, so I can test and fix the issue in library to achieve top-bottom loading order?