erik-krogh / SudoSlider

The most versatile jQuery content slider
36 stars 24 forks source link

Introduce "mouseTouch" option to avoid dragging with the mouse when "touch" is enabled #11

Closed foobear closed 10 years ago

foobear commented 10 years ago

The touch option works great on touch devices, but it also allows dragging slides with the mouse which I found very confusing (e.g. makes it impossible to select text inside a slide).

So I introduced a new mouseTouch option to enable mouse dragging explicitly. It's set to false by default now since that makes more sense to me.

What do you think? :)

webbiesdk commented 10 years ago

I like it, merged into master.

Thanks

foobear commented 10 years ago

:+1: