List view too sensitive to touch

I have a list view that is comprised mostly of links with avatar images. an item looks something like this:

   <a href="{{item.url}}" class="item item-avatar" ng-repeat="item in restocks | reverse">

       <img src="{{item.img}}">

       <h2>{{item.name}}</h2>

       <p>{{item.colors}}</p>
  </a>

it looks and performs very well. however, i’ve noticed a problem. there’s about 50 items in this list and when i scroll through the list, it’s nearly impossible to not click on one of the links on accident. is there some way to avoid these accidental clicks while scrolling?

thanks

Can you tell me what version of Ionic you’re using? I know theres been some work done on scrolling and accidental taps in the nightly builds

seconded on this issue, I’m using v1.0.0-beta.1

Can you try the nightly builds?

i definitely can say that in the nightly builds it wasn’t that sensitive

Alright, until the next beta release, the best thing I can think of is to grab a copy of the latest nightly build and use that for the time being. Touch sensitivity was a big issue in beta 1 and I know there was a lot of work done to fix it.

I’ll try one of the nightlies and report back. Thanks for all of the help.

Seeing this issue on both nightly and beta.

I am experiencing the same problems using v1.0.0-beta.1 and the ion-slide-box.

This is greatly improved in the nightlies now that this issue has been closed.

I had the same problem. So I use nightly builds, and now It’s OK. There is no accidental clicks while scrolling. 1.0.0-beta.1-nightly-1845 (changes since 1.0.0-beta.1) (2014-04-28)