Hi all ! Could anyone suggest please … is it possible to add long (press) to ion-col ? I am trying something like this but nothing happened …
<ion-col class="col_ion" col-3 (press)="tapEventParts($event,item.partCode,'partCode')">
{{item.partCode}}
</ion-col>