Action while button hold

Hi!

I’m trying to create a button that keeps calling a function while it’s pressed.
For instance a plus button that keeps adding one to a number while it’s pressed.

The gesture form Ionic Docs - Gestures only make one call. Is there any other way to implement this? Any onPress & onRelease events?

Thanks