withMeaning / feedback-and-roadmap

This is the public issue tracker for all Meaning apps.
0 stars 0 forks source link

Main Navigation requires second swipe up to see the content #12

Open DonSqualo opened 1 year ago

DonSqualo commented 1 year ago

Generally, the implementation with physics: enabled ? AlwaysScrollPhysics() : NeverScrollPhysics is quite clumsy and not the desired implementation (it also causes repaintings, can be avoided with Riverpod, but I'd rather have proper PointerEvent handling between the widgets)

https://www.loom.com/share/7d14cabc21ee42d48e651bddba6eb448

DonSqualo commented 1 year ago

See withMeaning/feedback-and-roadmap#11