The drop
event is not fired when I drag my card sprite and dropped it into the dedicated drop zone.
I have cloned the example from https://www.phaser.io/examples/v3/view/input/dragging/scale-during-drag
and found out this issue.
Also in example you only need to use setDropZone()
but in 3.55.2 and beta you need 2 more params: hitArea and hitAreaCallback.
Update of examples are necessary.