Quantcast
Channel: Ionic Framework - Ionic Forum
Viewing all articles
Browse latest Browse all 49246

Virtuall scroll and ion-refresher

$
0
0

@marcwadai wrote:

Having virtual scroll and ion-refresher in the same page cause the scroll to be completly unusable.
We can just scroll on one direction otherwise the refresher will be triggered. Also the ui become completly crazy.
I saw there was a ticket already open on github #9765, which is similar to my problem but currently not solved either.
If someone has a work around to propose .

<ion-content>
   <ion-refresher (ionRefresh)="doRefresh($event)">
     <ion-refresher-content pullMin=100 pullingText="Pull to refresh" refreshingSpinner="circles" refreshingText="Refreshing...">
 </ion-refresher-content>
   </ion-refresher>

   <ion-list [virtualScroll]="bookingList | RentalPipe:selectedDisplay">
     <ion-item-sliding #item *virtualItem="let list">
       <ion-item (click)="seeDetailClick(list)">
 ... some item
      </ion-item>
     </ion-item-sliding>
   </ion-list>
 </ion-content>

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 49246

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>