/**
* Start touch. Useful when you have more than one touch target on
* different tabs of the same page.
*/
public void startTouch() {
DragController drag = DragController.get();
if (drag instanceof DragControllerMobile)
((DragControllerMobile) drag).setStartPropagation();
}