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

Cannot scroll the list in mobile when disabled #25

Open
gappaljor-tgot opened this issue Dec 21, 2018 · 1 comment
Open

Cannot scroll the list in mobile when disabled #25

gappaljor-tgot opened this issue Dec 21, 2018 · 1 comment

Comments

@gappaljor-tgot
Copy link

gappaljor-tgot commented Dec 21, 2018

By default, items in the list cannot be scrolled in mobile even though sortable-list is disabled! I found a way around by calling the _toggleListeners(false) inside sortable-list component which stops adding the event listeners. That makes the list scrollable in mobile!
If I _toggleListener(true), It adds the event listeners and makes the list sortable. But now if I call the _toggleListner(false) again with "false", it does removes the event listeners but list is not scrollable anymore.
Help would be much appreciated. thanks

@ghost
Copy link

ghost commented Oct 28, 2019

@gappaljor-tgot Did you find a solution?

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

1 participant