Hi there, this is my first post in ionic forum.
I have a problem when i build my app to android.
When i execute: ionic build android the click function WORKS normally.
But, if I execute ionic build android --prod the click function NOT WORK.
My code:
<ion-item color="light" class="pd-font-size-14px pd-endereço-trocar">
<ion-label (click)="showMyCustomAlert()">My address</ion-label>
<ion-label text-right color="danger" (click)="showMyCustomModal()">Open Page</ion-label>
</ion-item>
What’s wrong?
Thanks for all!