Is it possible to add a px threshold to drag, so that drag does not start unless the touch moved more than a certain number of pixels (similar to what is in pinch)? At present, when longpress and drag handler are both active, both get fired, because it is very difficult to perform a long touch without registering a slight move
Is it possible to add a px threshold to drag, so that drag does not start unless the touch moved more than a certain number of pixels (similar to what is in pinch)? At present, when longpress and drag handler are both active, both get fired, because it is very difficult to perform a long touch without registering a slight move