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
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