Skip to content

fix: improve touchpad support on Windows - fix gesture conflicts, han… - #356

Closed
s12mcOvO wants to merge 0 commit into
Solsynth:v3from
s12mcOvO:v3
Closed

fix: improve touchpad support on Windows - fix gesture conflicts, han…#356
s12mcOvO wants to merge 0 commit into
Solsynth:v3from
s12mcOvO:v3

Conversation

@s12mcOvO

Copy link
Copy Markdown
Contributor

…dle scale signals, add mouse fallback


final scrollBehavior = ScrollConfiguration.of(context).copyWith(
dragDevices: {PointerDeviceKind.touch, PointerDeviceKind.trackpad},
dragDevices: {PointerDeviceKind.touch, PointerDeviceKind.trackpad, PointerDeviceKind.mouse},

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This will be kind of regression of the previous intented behaviour that no longer allow mouse to interactive with scrollable which in order to improve some situation's text selection like chat.

And that's windows' fault which not properly implmented the trackpad gestures to the trackpad category.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants