Xyphyn / photon

A replacement for lemmy-ui with more features, a better design, and more customizability.
https://phtn.app
GNU Affero General Public License v3.0
321 stars 36 forks source link

Infinite scrolling is broken on WebKit browsers #358

Open mxmvncnt opened 2 weeks ago

mxmvncnt commented 2 weeks ago

Describe the bug Scrolling on WebKit browsers (Safari, GNOME Web aka Epiphany) is very buggy. It jumps up and down and is unusable. The effect is more noticeable when scrolling using a touchpad or a touchscreen. I have confirmed this to happen on my iPad (iOS 17) and on my desktop using gnome web (v46). Does not happen on Firefox or chrome.

To Reproduce (if applicable) Steps to reproduce the behavior: Scroll the main feed.

Expected behavior Content should scroll cleanly without snapping and moving unexpectedly.

Screenshots https://github.com/Xyphyn/photon/assets/43153657/b0e02023-955e-48ae-8d9e-964960fb90fb

Versions

Xyphyn commented 2 weeks ago

webkit strikes again.

ill try to fix this.

Xyphyn commented 2 weeks ago

For now I guess just disable infinite scroll while I figure this out