-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
VirtualScroll last element at top in v2 #6961
Comments
I can confirm this in v2beta9. I just haven't had this problem yet, cause I was always using a sliding item, like: <ion-item-sliding *virtualItem="let item">
<ion-item>
<ion-row class="item-row">
<ion-col class="item-title" width-80>
{{item.title}}
</ion-col>
<ion-col class="item-time" width-20>
{{item.date}}
</ion-col>
</ion-row>
</ion-item>
</ion-item-sliding> which is working fine. |
Following from @Ritzlgrmft on issue #7059 I have used this CSS to overcome this bug
Works on web view and Android |
Looks like this has been fixed in recent versions: And it probably comes down to the CSS wasn't being getting applied (by the framework, nothing developers were doing wrong). Thanks for the report! |
When list with virtual scroll is loaded last element is on top (if scrolled to bottom it disappears).
Plnkr here
The text was updated successfully, but these errors were encountered: