-
Notifications
You must be signed in to change notification settings - Fork 333
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
Support scrolling on both axes (iOS) #133
base: master
Are you sure you want to change the base?
Conversation
@willmcpo Hello, how does it look with this PR? Will it be released? I would like to use horizontal scrolling. Thanks for the answer. |
@willmcpo please help 🙏 |
@xanido the horizontal scroll seems to still be frozen if the target can only scroll horizontally. Have you tested this case ? |
Hi all, will look into this PR soon |
Thanks a lot @willmcpo, sorry again for the multiple pings |
Hey people! is this PR going to be merged soon? I really need this so maybe I need to implement it by myself it it's not going to be merged. |
Currently, enabling bodyScrollLock disables scrolling on anything but the targetElement. However, on iOS, it also locks scrolling to the Y axis, preventing horizontal scrolling on the targetElement.
This PR allows scrolling on either axis on the targetElement.