R
Size: a a a
R
D
yadayada.addEventListener("touchstart", Start);
R
R
К
yadayada.addEventListener("touchstart", Start);
К
D
function noScroll() {
window.scrollTo(0, 0);
}
// add listener to disable scroll
window.addEventListener('scroll', noScroll);
// Remove listener to re-enable scroll
window.removeEventListener('scroll', noScroll);
К
К
К
R
R
R
DN
DN
D
К
R
R