You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: