Skip to main content

All Questions

Tagged with
1 vote
0 answers
630 views

ionic 4 virtual scroll not setting height inside container

So, I have created a layout for a page which contains a Header and a button, and below an ng-container in which the ion-virtual-scroll is being rendered. However, the last elements are not being ...
miguelopezv's user avatar
1 vote
1 answer
385 views

Too many list items cause lag

I am using mat-expansion-panel from Angular Material in my app and I combine it with infinite scroll so that I won't load all of them at once and it won't lag because of it. However, once I scroll to ...
Sinan Samet's user avatar
  • 6,682
0 votes
1 answer
423 views

Is Ionic Virtual Scroll very buggy or not?

I am working with Ionic 4 and trying to get Virtual Scroll to work properly with no success, for long actually. I find the Docs very unexhaustive and with poor grammar sometimes. As at the ItemHeight ...
A. D'Alfonso's user avatar
1 vote
0 answers
938 views

ionic 4 virtual scroll - scroll to a specific element

i have a list of questions which should be rendered programmatically and unfortunately with dynamic height. in purpose of performance and get rid of lags i'm using ionic virtual scroll. the problem is ...
saleh asadi's user avatar
7 votes
1 answer
8k views

ionic 4 virtual scroll not working

I created new project with Ionic 4. I have an array of item (spaces) in typescript file and I want to show them in template file by Ionic virtual scroll: <ion-list [virtualScroll]="spaces" ...
Nhan's user avatar
  • 71