Ionic2: How to get rid of tap highlight color?

You can see here in the very background the grey tap highlight color:

tap

I added tappable to ion-item to make that area tappable.

<ion-item tappable (click)="method()">

I found a solution, I described it here:

http://meshfields.de/ionic2-tappable-highlight-color