Ionic 3 iPad html button click in custom component not working

I have a custom date component shown within ion-modal, which has simple div tags and few buttons wrapped in , & respectively.

The simple button : <button type=“button” tappable (click)=… > is not working in iPad’s safari web browser.
This code is working in desktop web : Chrome.
I tried adding ion-button as a directive. As well as, ion-item detail-none.
Both the options are not working.

Kindly help me in understanding why it is not working or let me know how to get the simple button working.

Ionic info :
ionic/cli-utils : 1.19.0
ionic (Ionic CLI) : 3.19.0
Node : v6.11.5
npm : 3.10.10
OS : macOS Sierra

try ion-button?
Sometimes adding ion-button fixes the problem.

I tried adding ion-button as per my original post.
I also tried adding ion-item detail-none.

There is an open issue in github tracking this behavior.

1 Like