Ionic Swipe All
Ionic Swipe All allow Ionic to recognize both horizontal and vertical swipe gesture.
Requirements
- Angular: 7+
Installation
npm install --save ionic-swipe-all
For previous versions of Angular, please use v1.3.0:
npm install --save ionic-swipe-all@1.3.0
;
Usage
With this module you can use (swipeup)
and (swipedown)
events. In the (swipe)
event vertical gestures are detected.
Just add the swipeAll
property to the element you want to swipe and use the events as needed.
The (swipeleft)
and (swiperight)
events are available too.