Closed LyleRolleman-plst closed 8 months ago
v3.4.3 / 11.2.999-cibuild0046730-alpha / iOS 17.4.1 (probably Android as well)
When using the MaterialTheme in my Avalonia app, it breaks scroll inertia for all ScrollViewers (including things like ListBox)
If I use the FluentTheme however, it works fine
Example app: ScrollViewerInertiaTest.zip
Open the included test app and swipe/flick up and down
Scrolling should have inertia when I release touch
When using MaterialTheme, there is no inertia. The scroll stops dead upon release of touch. Switching out the themes in App.axaml resolves the issue
No response
No
I'll take a look
Usage Information
v3.4.3 / 11.2.999-cibuild0046730-alpha / iOS 17.4.1 (probably Android as well)
Description
When using the MaterialTheme in my Avalonia app, it breaks scroll inertia for all ScrollViewers (including things like ListBox)
If I use the FluentTheme however, it works fine
Example app: ScrollViewerInertiaTest.zip
Reproduction Steps
Open the included test app and swipe/flick up and down
Expected Behavior
Scrolling should have inertia when I release touch
Actual Behavior
When using MaterialTheme, there is no inertia. The scroll stops dead upon release of touch. Switching out the themes in App.axaml resolves the issue
Regression?
No response
Known Workarounds
No response
Anything else?
No response
Could you help with a pull-request?
No
Is there an existing issue for this?