TiDraggable icon indicating copy to clipboard operation
TiDraggable copied to clipboard

minLeft is relative to original position and not to screen

Open FokkeZB opened this issue 9 years ago • 0 comments

I try to set the bounds of the draggable to the screen by setting minTop and minLeft to 0 and maxTop and maxLeft to the platform width/height minus the draggable width/height.

All works fine except for minLeft. If I set this to 0 the draggable can not be moved left of the original position.

FokkeZB avatar Jul 09 '14 07:07 FokkeZB