React Swipeable
Content Type: Widget
Categories: User Interface
Overview
Wrapper for react-swipeable (https://github.com/FormidableLabs/react-swipeable , https://www.npmjs.com/package/react-swipeable) to capture swipe events on configurable areas of a page. The widget is targeted for web apps and PWAs.
Documentation
Typical usage scenario
The widget enables you to handle swipe events on a page or parts of the page (depending on the content wrapped by the widget).
Features and limitations
The widget does not provide all configuration options available in react-swipeable (https://www.npmjs.com/package/react-swipeable).
Releases
Version: 1.0.1
Framework Version: 9.24.24
Release Notes: Increased default value for swipe duration to 250 ms as the previous value of 100 ms was too low to recognize swipe gestures in many cases.
Version: 1.0.0
Framework Version: 9.24.24
Release Notes: Wrapper for react-swipeable, initial release