Button Onclick

Please help me on onclick functionalities

If you are using Angular it is just (click)=“functionName()”

you can use in ionic:

file.html

<ion-button (click)=“functionName()">Default</ion-button>

file.ts
functionName(){
//here write your code navigate,event whatever you want
}

for more information check ionic Components

1 Like

Thank You Very much Sir

Bonjour est ce push pour afficher un page est obsolette pour ionic 6

1 Like