flutter-wonderous-app
flutter-wonderous-app copied to clipboard
Web UX: Collection view scrolling
There is currently no obvious way to scroll the collection view on web, landscape when the scroll region goes horizontal.
Ideally, the mouse scroll wheel would still navigate this view even though it is horizontal because the scrollbars are hidden, and otherwise the view relies on click and drag.
Additional details:
- Shift + Scroll works for hz scrolling on macOS version, and web version in Safari
- Not working in Chrome (118.0.5993.88)
@jaredbell Considering we've fixed #147 which turns scrollbars on permanently for web/desktop, do you think this still needs additional scrollwheel support?