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.05k stars 954 forks source link

Scroll down using trackpad in the main menu doesn't work #194

Open HosseinYousefi opened 4 days ago

HosseinYousefi commented 4 days ago

I expect to be able to scroll down using my trackpad in the main screen, but it doesn't register it. Instead I have to either drag or click on the arrow for it to go to the page:

https://github.com/user-attachments/assets/5fc01a98-36b8-4ea9-946a-d3c4401cf260

kevmoo commented 4 days ago

This might be "by design", but we also may want to revisit the design.

HosseinYousefi commented 4 days ago

Dragging works, but dragging is mobile's way of scrolling. So as a user I'd expect trackpad scrolls to do the same as dragging on my phone.

https://github.com/user-attachments/assets/2d0dd5db-475c-4dd3-bc1a-72ae3bef548c

esDotDev commented 2 days ago

This is by design, but mainly due to a technical limitation where we couldn't get it to feel right. Because this is a page transition, and not a single scrollable page, it just didn't feel "right" when we tied the page transition to the scroll wheel.

We can take another stab at this, and see if we can nail it down with a second pass.