@dottit wrote:
Ionic infinite scroll works fine on chrome and android emulator, but it doesn’t work properly on ios devices.
Everytime i scroll up, it infinite scrolls multiple times, it happens when the user scrolls really fast upwards, how do i fix this??
<ion-infinite-scroll position="top" threshold="1%" (ionInfinite)="doInfinite($event)"> <ion-infinite-scroll-content loadingSpinner="bubbles"> </ion-infinite-scroll-content> </ion-infinite-scroll>
Posts: 1
Participants: 1