I\'m using Framework7 sortable list and it works well, just that it doesn\'t trigger an event when the list is changed.
So I\'m trying a few built-in events:
To still be able to scroll this worked for me
if (e.changedTouches.length > 1) e.preventDefault();