-
Notifications
You must be signed in to change notification settings - Fork 13.5k
bug: ion-virtual-scroll is overlapping on slow network connection #20342
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
Comments
Thanks for the issue. Can you try this again on the latest version of Ionic Framework? If the issue still happens there, can you provide a repo with the code required to reproduce this issue? |
ok. I am creating stackblitz and will share soon |
@liamdebeasi |
I have found out anything after 'ion-virtual-scroll' tag won't render on slow network. Even normal Lorem text. (its displayed for a second and then goes away) |
Thanks for the issue. I am going to close this as a duplicate of #18409. I was able to reproduce the issue regardless of network connection speed. |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
ion-virtual-scroll not rendering data correctly on slow network.
I tested with 3g network on chrome and the ion-virtual-scroll items gets overlapped.
This bug is related to #18409 but I created this ticket as this bug appears always on slow network.
e.g
home.page.html looks like
and home.page.ts
and app.demo.ts
and app.demo.html
Ionic version:
ionic cli : 5.4.15
"@angular/router": "~8.1.2",
"@capacitor/android": "^1.4.0",
"@capacitor/core": "1.4.0",
"@ionic-native/core": "^5.20.0",
"@ionic-native/splash-screen": "^5.20.0",
"@ionic-native/status-bar": "^5.20.0",
"@ionic/angular": "^4.11.10",
The text was updated successfully, but these errors were encountered: