Skip to content
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

Mobile iOS - scrolling up is broken #315

Open
evanb2 opened this issue Feb 25, 2020 · 1 comment
Open

Mobile iOS - scrolling up is broken #315

evanb2 opened this issue Feb 25, 2020 · 1 comment

Comments

@evanb2
Copy link

evanb2 commented Feb 25, 2020

Device: iPhone 11
iOS: 13.3
Browser: Safari and Chrome
(also tested on iPhone 5s running iOS 12.4, same result)

Bug:
When scrolling up, as soon as we reach the end of the loaded content it triggers loadAbove many many times. Scrolling the list very quickly, way past the what the user would expect.

Tested using the demo page:
2020-02-25 at 10 18 AM

Guessing this is something to do with how scroll events are handled in WebKit.

@hoIIer
Copy link

hoIIer commented Apr 21, 2020

@evanb2 I believe this is a known issue as in the past I had tried using this for a chat application and we discovered that there were issues with scrolling up on ios etc. At that time @pzuraq had reviewed and concurred it was designed for scroll down behavior. There was a specific scroll-related bug but I can't remember it now... I ended up rolling a custom component instead of VC for that use case.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants