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:
I am getting this issue when using owl carousal and scrolling the images.
So get solved just adding below CSS in your page.
.owl-carousel { -ms-touch-action: pan-y; touch-action: pan-y; }
or
.owl-carousel { -ms-touch-action: none; touch-action: none; }