flutter-wonderous-app icon indicating copy to clipboard operation
flutter-wonderous-app copied to clipboard

Web UX: Collection view scrolling

Open jaredbell opened this issue 2 years ago • 1 comments

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)

image

jaredbell avatar Oct 31 '23 19:10 jaredbell

@jaredbell Considering we've fixed #147 which turns scrollbars on permanently for web/desktop, do you think this still needs additional scrollwheel support?

esDotDev avatar Dec 05 '23 19:12 esDotDev