I am recently run into a problem to prevent touch move event on the browser.
I have done it by document.ontouchmove
but i wasn't been able to do the same with document.addEventListener("touchmove") 
just wondering what's the difference between two.
why first one works on the mobile but addEventListner don't.
 
    