Say you have the following button:
<button ion-button (click)="add()">
<ion-icon name="add"></ion-icon>
</button>
 
The button DOESN'T work when the icon is "touched". It works when you meticulously press ABOVE AND BELOW the icon (but still within the button). I have tried this on iPhone 8 & iPhone X - both 12.0.
Also, this applies to all auto generated back button in ion-header.
Any thoughts? Bugs?