-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Scroll Progress reset after viewing a photo #153
Comments
Oh I see, so you'd like the app to remember where you scrolled on an album page before you opened the full-screen page or another album ? Or at least, animate the scroll to the element you pressed |
Exactly. |
I made some tests with the latest version of Piwigo NG (2.0.3) and it seems it is already working. Just in case, I added something that should do it anyway. Stay tuned for the next update. |
Sounds good to me. Thanks :) |
Hi, just wanted to let you know that, unfortunately, it still doesn't remember the scroll progress, even in 2.0.4 Beta from Google Play. |
I don't know because it works for me...
|
Just as an example with some arbitrary numbers: Let's say you have an album with 200 photos. The app initially loads some of them at the beginning, right? Let's say 50 at once. |
Oh, so the issue is with the pagination... I see what I can do |
Yes. Sorry. That little word made the difference. |
Hi. I'm just curious if there is any news on this? If the "seamless" pagination doesn't allow continuation as described, it might be an option to go with the "classic" approach (page numbers at the bottom) for now. Best |
Hi, this should be fixed with 2.1.0. Now the app remembers the pagination. |
Perfect!! Thanks for your great support! |
2.1.0 released, feel free to try it out ! |
Note : when back from image preview, if the last previewed image is different from the one we clicked in the album, it will not scroll to that last image, but stay where we clicked. An improvement would be to scroll the last image previewed thumbnail when we press back. |
Yes - that's it. Now it feels way more comfortable and intuitive! Just to let you know - the thumbnails are being reloaded everytime I return from a preview. It doesn't bother me personally, however it might affect lower-end devices. In addition, I've noticed sudden app crashes while scrolling through large albums, especially when I open image previews and return to the album many times. I'm not sure whether this bug is new or an existing one that was just enhanced by the latest changes. However I'm pretty sure there's a memory leak somewhere, because just before the app crashes, several background processes are terminated. Regarding your note: I don't think it's a big deal, as long as it feels consistent. |
Hi, The other issues are related to the image cache. I'm currently trying to fix app crashes when too much images are displayed but it's a mess. You might see some changes about this in the next updates... |
Excellent. Best |
Hi there,
I've tested Piwigo NG Beta V2.0.2 on a Samsung Galaxy Flip 3, retrieved from the official PlayStore as a participant of the Beta program.
It's a nice step forward when comparing to v1. Congratulations! I really like the Design and the fluent performance!
However there's a major issue I'd like to address.
Whenever I return from an original sized picture to the overview/album view, the entire scrolling progress is being reset, so that you're getting to the beginning of the Album.
Thus, one need to repeat the entire scrolling (and lazy loading) procedure again to get where you stopped previously.
This depreciate the entire UX because scrolling through albums and watching particular photos in full size is literally one of the most important core features of every photo App.
As I'm not familar with Flutter, I'm not aware of the required efforts and challenges with this. But I'm sure it's worth it.
Looking forward to a solution.
Thanks and keep up the great work!
Best
Sven
The text was updated successfully, but these errors were encountered: