Provide a Draggable that starts on drag
This lets it cooperate with other gestures like tap. The way I implemented this was to refactor the entire Draggable gesture logic to use a new kind of gesture detector called MultiDragGestureRecognizer. It works a bit like MultiTapGestureRecognizer but for drags. Also some tweaks to the velocity estimator.
H
Hixie committed
8e279f320e95073060d8bd12c653c33733403372
Parent: 88cefe1