How to stop scroll on drag an item

Hi to all.

I’m using ionic v4, but there is no category for it so i write this here.

On my app I have a page that it’s possible to do drag and drop of some elements, I use the angular-draggable-droppable plugin and it works fine on browser, but when I test it on mobile devices, scroll page is still working so it’s a weird effect.

It’s any way to stop scroll on mobile device when I start dragging? and set up scroll on drop of course.

On ionic v1 it was $ionicScrollDelegate.freezeScroll(true) but now?

Thanks to all