-
Notifications
You must be signed in to change notification settings - Fork 30.2k
Closed
Labels
a: desktopRunning on desktopRunning on desktopcustomer: octopodframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-linuxBuilding on or for Linux specificallyBuilding on or for Linux specificallyplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallyplatform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specifically
Description
From within a Flutter application running on desktop, I'm using a TabBarView that looks something like this:
TabBarView(
controller: controller,
children: children,
physics: NeverScrollableScrollPhysics(),
);
The NeverScrollableScrollPhysics seems to work as intended for most gestures. However, when I'm on a device with a trackpad (Macbook Pro), a two-finger horizontal scroll gesture causes the tabs to scroll. There doesn't seem to be a good way to prevent this behavior.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
a: desktopRunning on desktopRunning on desktopcustomer: octopodframeworkflutter/packages/flutter repository. See also f: labels.flutter/packages/flutter repository. See also f: labels.platform-linuxBuilding on or for Linux specificallyBuilding on or for Linux specificallyplatform-macBuilding on or for macOS specificallyBuilding on or for macOS specificallyplatform-windowsBuilding on or for Windows specificallyBuilding on or for Windows specifically