document.querySelector('body').addEventListener('touchmove', function(e) {
document.querySelector(
'body'
).addEventListener(
'touchmove'
,
function
(e) {
e.preventDefault();
})