Skip to content
This repository has been archived by the owner on May 30, 2024. It is now read-only.

Vertical slider on mobile #330

Open
nexuz6 opened this issue May 30, 2019 · 0 comments
Open

Vertical slider on mobile #330

nexuz6 opened this issue May 30, 2019 · 0 comments

Comments

@nexuz6
Copy link

nexuz6 commented May 30, 2019

When using the vertical slider on mobile the whole screen moves and thus making it unusable.

I had to add this for it to work.

 $('.rangeslider').on('touchmove', function (event) {
      event.preventDefault();
    });

Is there a better way to solve this?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant