angular-rangeslider icon indicating copy to clipboard operation
angular-rangeslider copied to clipboard

Suggestion: invisible hitbox for mobile.

Open TMeerhof opened this issue 10 years ago • 3 comments

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.

TMeerhof avatar Jan 09 '15 10:01 TMeerhof

+1 :)

sebastientromp avatar Sep 07 '15 12:09 sebastientromp

+1

stefanwalther avatar Oct 30 '15 17:10 stefanwalther

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

danielcrisp avatar Oct 30 '15 18:10 danielcrisp