How to implement swipe in ionic using HammerJs ?
Hello,
Hammer Js is used to add touch gestures to your web app. In Ionic Framework, we can add swipeable gestures bu using Hammer Js
Setup
First, install Hammer Js
npm install –save hammerjs
After Installation generates a class file using CMD
ioni...
blog.marvenics.com1 min read