Did you add a (click) event on something else than a a or button?
If so, add following attribute: tappable
Like:
 <div (click)="doStuff()" tappable> 
                       Did you add a (click) event on something else than a a or button?
If so, add following attribute: tappable
Like:
 <div (click)="doStuff()" tappable>