Hello, We tried to perform something as in iOS or Android where there is several active widgets, which can be selected by touch gestures, or dragged by drag gestures.
However it seems that if we allow these two gestures on the same widget, the touch gesture takes precedence and the drag is never detected. Is there a way to allow drag AND touch gestures (for simple selections) in JavaFX ? We tried this in 2.2. Hervé