Justas Medeišis
Justas Medeišis
Care needs to be taken if the user wishes nested Views to be drag handles. Add a configurable attribute if old behavior is desired.
Temporary fix: ensure all draggable children are in a contiguous block in the layout. Have non-draggable items as the header and/or footer to the layout portion that contains the draggable...
A dragged item that triggers a swap transition with the child above it and is then released close to its final position is momentarily overlapped by the transitioning child below...
Add ability to engage joystick drag only after an explicit command, e.g. startDrag() on button press
Touch event would already have to be in progress; similar in style to lock(), i.e. startDrag() would have to be called each time a new drag gesture is performed, or...