You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 30, 2019. It is now read-only.
I've noticed that material's ripple fires when I scroll up and down into list, which shouldn't happen.
So it seems to me that ionic-material-design-lite shouldn't fire ripples on the basic touchstart event.
<ion-content><ion-list><ion-itemng-repeat="item in vm.itens"><h4>{{item.title}}</h4><p>{{item.one}}</p></ion-item></ion-list></ion-content>
The text was updated successfully, but these errors were encountered:
OK so taking a look at your video and attempted to re-create locally. It's caused by a long tap, the list rows are activated by touch. SO when you scroll you are in fact performing an initial touch event.
I'm not sure how this can be resolved or whether this is intended behaviour given it's a drag/scroll event within the browser. But doesn't appear to be an issue on the device. Least not that I've been able to re-create.
I've noticed that material's ripple fires when I scroll up and down into list, which shouldn't happen.
So it seems to me that ionic-material-design-lite shouldn't fire ripples on the basic touchstart event.
The text was updated successfully, but these errors were encountered: