For mouse events, the elem_target set, when dragging over another element, seems to be the element over which you have dragged.
On touch events, the elem_target seems to always be set as the element being dragged.
This makes it difficult to implement a drop. On mouse, when dragging and dropping, the elm_target is set the element onto which the item was dropped. But for touch, it always remains the original item.
For mouse events, the elem_target set, when dragging over another element, seems to be the element over which you have dragged.
On touch events, the elem_target seems to always be set as the element being dragged.
This makes it difficult to implement a drop. On mouse, when dragging and dropping, the elm_target is set the element onto which the item was dropped. But for touch, it always remains the original item.