-
Notifications
You must be signed in to change notification settings - Fork 51
Closed
Labels
Milestone
Description
To better support the touch screen use-case, rtk should support touch scrolling.
This wouldn't be enabled by default, but when enabled, would:
- Change any existing activation behaviour that occurs on mousedown to mouseup
- Drag-scrolling within a viewport will trigger a scroll provided the widget underneath the mouse cursor isn't itself draggable.
Inertial scrolling should also be supported.