SyntaxFix
Write A Post
Hire A Developer
Questions
Calling preventDefault on touchmove while you're actively scrolling is not working in Chrome. To prevent performance issues, you cannot interrupt a scroll.
preventDefault
touchmove
Try to call preventDefault() from touchstart and everything should be ok.
preventDefault()
touchstart