Les actions sur les buttons

je veux savoir l’action qui me permet d’activer un événement après un Click sur un button comme pour les événements de la souris onmousedown et onmouseup

<ion-button (click)="yourHandler(evt)"></ion-button>

merci pour votre réponse,mais pour mon besoin je veux savoir les actions similaire aux événements de la souris onmousedown et onmouseup pour des actions sur tablette

(mousedown) and (mouseup) should work just fine. If not, (touchstart) and (touchend) might also work. I have not tested it. The hammerjs library can be added, but it takes some modifications if you need additional gesture support

1 Like

thank you alot for your support, “ionic-long-press” work also for this need