Hacker News new | ask | show | jobs
by xpostman 4108 days ago
Sorry, I think I don't clearly get what you mean. Tablets normally scroll smoothly pixel-wise as long as you move the finger. In fact, dragscroll implements the similar behaviour for desktops, because I consider such behaviour as more reasonable in many cases (comparing to selecting the content of the area, I mean).
1 comments

You are right about how tablets are supposed to work.

The problem is that in your examples this behavior no longer functions as expected on tablets.

The example should work well for both desktop and tablet. Your current implementation changes the normal behavior on tablets.

There probaby an bug in dragscroll then. It is not supposed to break the behaviour on tablets, will test it..