Akryum / vue-virtual-scroller

⚡️ Blazing fast scrolling for any amount of data
https://vue-virtual-scroller-demo.netlify.app
9.69k stars 915 forks source link

iphone safari scroll up flicker #821

Open NguyenHoan2201 opened 1 year ago

NguyenHoan2201 commented 1 year ago

Describe the bug

    flicker when scroll up on iphone safari, large amount of data, no fix height, complex scroller item.
    suggested fix: 
image

Reproduction

scroll up on iphone safari, large amount of data, no fix height, complex scroller item. scroll down then scroll up

System Info

iphone, safari

Used Package Manager

npm

Validations

loremru commented 1 year ago

Same, did you find a fix?

loremru commented 1 year ago

suggested fix:

Oh, I see... It's working, thank you

loremru commented 1 year ago

@Akryum, merge this please

MengQingYu1998 commented 1 year ago

This solution does not work very well and is still very flickering

brunoinds commented 2 weeks ago

Same error here. In my case, its not required to reach the bottom to starts to glitch when scrolling up.

I'm using Ionic + Vue, and it seams the problem only occurs when using mobile devices, like Safari for iOS. Safari for macOS does not reproduce the error.

https://github.com/user-attachments/assets/84d06385-a7ab-4780-a74c-6247287b5354

Any thoughts on this issue?