Draggable behavior problem

hi guys I need your help … I have activated the draggable behavior but it does not behave as I hoped … if I run my finger on the object to be dragged and the touch on the display has already been pushed the object does not move …

It looks like normal behavior, first, you grab, then you drag, no?

1 Like

I would need that the object is dragged even if I swipe my finger with the touch already pressed … I’m trying to simulate a joystick but with the default draggable behavior many times it does not remain fluid

Then you need to program your own events to capture the mouse/touch over the object, and start moving it with the changes in mouse position.