I’m experiencing very sensitive list view on iPhone 6. It’s almost impossible to stop scrolling without clicking one of the items. This is how the ion-item is defined:
<ion-item ng-repeat="attraction in attraction" class="item-thumbnail-left item-text-wrap" href="#/app/attraction/{{city.id}}/{{attraction.legalName}}">
<img ng-src="">
<h3 style="font-weight: bold;color:rgb(60,60,60)">{{attraction.shortTitle}}</h3>
<h4 style=""># {{attraction.noPerUsers}} out {{totalAttractionCount}} in {{city.name}}</h4>
<span style="font-size:12px;overflow: hidden; text-overflow: ellipsis; -webkit-box-orient: vertical; display: -webkit-box; -webkit-line-clamp: 2;">
{{attraction.description}}
</span>
</ion-item>
I’m using v1.0.0-rc.1.