bluebubbles-app
bluebubbles-app copied to clipboard
Feature Request, Desktop App: Smooth Scrolling
Hello!
Just switched over to BB from AirMessage, and if there's one distinct difference, it's the scrolling behavior. Of course, in AM, scrolling is default to the browser you run it in (I was using MS Edge, which has great smooth scrolling / accel / decel), but I'm wondering if something similar can be implemented in the BB desktop app.
Note to self: https://pub.dev/packages/smooth_scroll_multiplatform
I'll add to this one: the desktop scrolls nice and smoothly when using the touchpad on my laptop (two-finger scroll). But when using my mouse / mousewheel, the scrolling is not smooth; it just reflects the movement of the mousewheel 1:1 (or whatever the ratio is in the app). Meaning each 'notch' of the mousewheel corresponds to an instant 'scroll' of 3 lines or whatever the default is. No momentum / smoothness etc.
None of the packages keep scrolling feeling smooth. There is always some added delay which feels unnatural. Gonna have to wait until this is a part of flutter unfortunately.