Jeremy
Jeremy

Reputation: 3809

How to do on-touch in Ionic 4?

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

Answers (2)

Yushin
Yushin

Reputation: 1750

with ionic 4 you only have gestures like (tap) / (click) / (pan) / (Swipe) so touch can either be (tap) or (click).

Upvotes: 0

caden311
caden311

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

Related Questions