The SwipeView in #26 does not support gestures for trackpads, so you need to click and hold the view to drag it. It does work with touch screens, but that's because it treats it as a finger and mouse move rather than a touch event.
This could probably be enhanced by adding gesture support for handling trackpad swipes or other forms of input.
The SwipeView in #26 does not support gestures for trackpads, so you need to click and hold the view to drag it. It does work with touch screens, but that's because it treats it as a finger and mouse move rather than a touch event.
This could probably be enhanced by adding gesture support for handling trackpad swipes or other forms of input.