List item activated when scrolling

Hey guys!

When I`m using ion-list or ul li ionic adds the activated class when an item is clicked, which is great.
The problem is when you are just scrolling over a list. When you tap to start scrolling, the item gets activated for a moment which seems very strange. This can be seen in the example here:
http://ionicframework.com/docs/api/directive/ionList/
If you click an item and pull down/push up to scroll, it will get activated for a moment. This seems a bit uncomfortable to me as I think I actually have clicked it and it is also not native-like. Is there any way I could fix it?

PS: I know I can set the .activated class not to change the background color, but this would take it off when clicking also which is not desired.

Thanks!

1 Like

agreed would love to know the solution to this. Do reply to this when you get any solution