How to release scrolling in Safari 11.1?

1

I needed to do this so that the content is not being shaken and swipe with the finger, but now the scrolling of the page has stopped working, how do I release the bearing?

document.addEventListener('touchmove', function(e) {
    e.preventDefault();
}, { passive: false });
    
asked by anonymous 13.09.2018 / 22:59

0 answers