Ionic 4 Gestures? (Press)

Ionic 4 removed the gestures, right? But why? It’s a very important feature for mobile apps. There is no (press) event anymore. Which is a long press in Ionic v3.
Or do I missed something? How to use Button / Touch gestures in Ionic 4? e.g. Press (which is emitted like a long press behavior).
What’s that?

try this: long press gestures in Ionic 4

So it is not Ionic 4 that removed the gesture it was a decision by Angular after version 6 not to bundle hammer.js by default. So now with Ionic 4 / Angular 7+ you have to import hammer.js in your polyfill.ts.