Skip to content

Stop scrollbar while input range move #347

Answered by idiotWu
elenaramirez asked this question in Q&A
Discussion options

You must be logged in to vote

Try:

input.addEventListener('touchmove', (e) => {
  e.stopPropagation();
});

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by idiotWu
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants
Converted from issue

This discussion was converted from issue #148 on June 10, 2021 16:58.