You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should be standardized. Using a single finger in timeline on touchscreen it pulls to refresh with animation. However using two fingers on touchpad on desktop device it does not. See feature implementation #283
Steps To Reproduce
on desktop with touchpad scroll to timeline top
swipe two fingers down
observe no pull to refresh animation or reload occurs
This would be tricky to fix. Possibly impossible - GtkScrolledWindowreally doesn't cooperate well with other gestures, same as how back swipes are broken. Even in GTK3 where those worked they only worked when there's no horizontal scrolling, and here it's vertical scrolling + vertical pull to refresh swipe.
true drag and pull works, thanks for pointing that out! for consistency though would it be better to try to align touch on touch screen device interaction and touchpad on desktop app interactions, if possible (also maybe once you reach the beginning of timeline maybe having some small text on top that says "Drag/Pull to Refresh" would be a good que?
Describe the bug
Should be standardized. Using a single finger in timeline on touchscreen it pulls to refresh with animation. However using two fingers on touchpad on desktop device it does not. See feature implementation #283
Steps To Reproduce
Logs and/or Screenshots
os: GNOME 44 (Flatpak runtime)
prefix: /app
flatpak: true
version: 0.4.0 (production)
gtk: 4.10.3 (4.10.3)
libadwaita: 1.3.2 (1.3.2)
libsoup: 3.4.2 (3.4.2)
libgtksourceview: 5.8.0 (5.8.0)
Instance Backend
I'm not sure / Other
Operating System
Ubuntu 23.04
Package
Flatpak
Troubleshooting information
Compare to mobile touch screen device behaviour.
Additional Context
No response
The text was updated successfully, but these errors were encountered: