Prevent initial tap(activate) event when scrolling

When scrolling through a list of items, the item element on which I started scrolling gets activated, changing the background color of the item(as a result of adding activated class to the item).

The scrolling doesn’t trigger the click event actually as I hooked ui-sref on the element while nothing is happend except scrolling.

How can I resolve this visual glitch?

+1 same issue…

Have the same issue on Android 4.4.2 tested on 1.0.1. ionic. Is there an github issue on this ?

+1

+1… Is there a solution or a workaround to this?
This is causing our mobile app scrolling experience look very immature.