Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: invisible hitbox for mobile. #46

Open
TMeerhof opened this issue Jan 9, 2015 · 3 comments
Open

Suggestion: invisible hitbox for mobile. #46

TMeerhof opened this issue Jan 9, 2015 · 3 comments

Comments

@TMeerhof
Copy link

TMeerhof commented Jan 9, 2015

On mobile devices moving the sliders is difficult. An improvement would be to have an invisible ‘hitbox’ around the handles to improve the mobile user experience.

@sebastientromp
Copy link

+1 :)

@stefanwalther
Copy link

+1

@danielcrisp
Copy link
Owner

Have you tried using invisible borders? That's how I usually increase the 'hitbox' of an element...

/* you can't just copy and paste this, its just an example */
.handle {
    border: 10px solid transparent;
}

Normally you'd need to fiddle with the markup a bit so it might not be possible with the default rangeslider template

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

No branches or pull requests

4 participants