TiDraggable icon indicating copy to clipboard operation
TiDraggable copied to clipboard

minTop cannot be negative on Android

Open TinyGiantDigital opened this issue 10 years ago • 0 comments

I am trying to have a draggable view that moves off the top of the screen. If i set the minTop to a negative number it is not handled correctly on Android and enforces a minTop which looks around 10 pixels from the top.

This functionality works correctly on iOS

I am using Titanium SDK 3.2.2 but this is also an issue if i go back to SDK: 3.1.3

Can anyone offer any pointers on how i can resolve this?

TinyGiantDigital avatar Mar 17 '14 12:03 TinyGiantDigital