gskinnerTeam / flutter-wonderous-app

A showcase app for the Flutter SDK. Wonderous will educate and entertain as you uncover information about some of the most famous structures in the world.
MIT License
4.02k stars 947 forks source link

Web UX: Collection view scrolling #140

Open jaredbell opened 1 year ago

jaredbell commented 1 year ago

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:

image

esDotDev commented 11 months ago

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