While I stop scrolling, ng-click/on-tap method for that item is called.
If I stop the scroll by click and swipe up/down, it is not being called.
Other similar question did not help me.
<ion-content>
<ion-list>
<ion-item collection-repeat="part in allParts" ng-click="openPartModal($index, part);">
........
</ion-item>
</ion-list>
</ion-content>
Please help me out. (Now i’m using on-double-tap as workaround)