vertical-collection
vertical-collection copied to clipboard
Demo Infinite Scroll buggy on iOS 11.2.5 Chrome and Safari
iOS 11.2.5. iOS Chrome: 64.0.3282.112, which is basically a skin over WebKit, whatever version iOS 11.2.5 comes with.
Swiping down to scroll up has buggy behavior where the boxes skips from the tens to the hundreds immediately.
The boxes also appear in shuttery/jittery fashion.
Yeah, I was able to reproduce a jittery behaviour when scrolling in iOS. I think it has to do with the bouncy scroll they love so much.
You can't see my finger, but I'm just scrolling constantly to the right.
We've opened up a bug report with Webkit about this behavior. It appears that setting scrollTop
in mobile Webkit based browsers is completely ignored during the momentum scroll phase. This is also an issue with mobile Firefox and Edge.
https://bugs.webkit.org/show_bug.cgi?id=187449