I am making a Ionic mobile app, whose main view is a vertical list of cards. I want each card to be \"swipable\", in the same way as Google Now cards.
I started to imple
Maybe you can try inspiration by this example based on CSS:
.no-scroll{ pointer-events: none; }
For example you could add the no-scroll class (using ngClass) during swipe-left operation.
no-scroll