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

scrolling is jittery on latest iOS #2

Open
AndrewBrough opened this issue Sep 20, 2019 · 1 comment
Open

scrolling is jittery on latest iOS #2

AndrewBrough opened this issue Sep 20, 2019 · 1 comment

Comments

@AndrewBrough
Copy link

When using the basic ScrollLocky component, it works as intended but the scrolling behaviour is strange. I can scroll for maybe 100px before it locks. I have to lift my finger and scroll again to make any significant scroll progress down the page.

@theKashey
Copy link
Owner

You have to use -webkit-overflow-scrolling:touch on the scrollable div to fix it, but please be very accurate with it, and test the result - it's breaking layouts including z-indexes and position:fixed

Relax, working almost in 99% cases.

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