Reputation: 3809
I am upgrading an AngularJS/Ionic 1 app to Angular 6/Ionic 4. And in one of my old modules I am using on-touch, however I have been unable to find anything similar in Ionic 4, could anyone point me in the right direction?
Upvotes: 0
Views: 2732
Reputation: 1750
with ionic 4 you only have gestures like (tap) / (click) / (pan) / (Swipe) so touch can either be (tap) or (click).
Upvotes: 0
Reputation: 981
(tap) or (click) is probably what you're looking for.
Here is a post describing the differences. ionic2 tap vs click
Upvotes: 2