-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
- Loading branch information
There are no files selected for viewing
1 comment
on commit 79eb2de
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@adamdbradley i tried to update ionic libs to latest master. I tried using virrtualscroll + infinite scroll. As a result i dont see scroll does not move to top on addition of new data sets in to array, thats expected and great :-). But i see a problem when the scroll reaches bottom and when the infinite data loading completes with addition of more data in to array, then i see a blank screen, however if i touch and scroll down a bit then i see items starts to appear. I also tried to use virtualtrackby. But there is a problem virtualtrackby is never invoked,, may be it is because of below issue. were you able to face same issue.
Attached are the sample files
s/sroll/scroll