I’ve been trying to do this for about 8 hours, with no solution. I give up.
I’m trying to do an elaborated Drag&Drop behaviour. I have one Button which need to be Long Pressed before activating the Drag. After Drag is activated, I’m trying to move the Button inside one of the 4 areas. (the Button is already placed on one area). Afterwards, I want to be able to release the Button inside another area and it snaps to that area, simulating a MouseEnter or DragEnter event.
HoverInside works for the starting target: its action works immediately. HoverInside, however, doesn’t work on the other 3 targets.
Is that a bug or there is something I’m not doing correctly? Or is it possible to add a DragEnter event as a new feature?
The Button is supposed to snap inside the nearest circle when released. But no snapping occurs on my side. Is it working on yours? If so, mind sending me a capture? Thanks!