khmyznikov / pwa-install

Installation dialog for Progressive Web Application. Provides a more convenient user experience and fixes the lack of native dialogs in some browsers.
https://www.khmyznikov.com/pwa-install
MIT License
358 stars 59 forks source link

Fix: Screenshot gallery nav pagination now goes to correct next item #99

Closed hccullen closed 21 hours ago

hccullen commented 2 days ago

Functionality Changes:

Centered Scroll Target: Updated scroll logic to ensure that the next or previous gallery item is always scrolled into the center of the view. The findCurrentItem function now calculates the item closest to the center, improving user experience by always focusing on the current or next image.

Implementation Notes:

Resolves:

angelofan commented 1 day ago

I tested. It works fine.

@khmyznikov Ready to merge this PR?