TiDraggable
TiDraggable copied to clipboard
minTop cannot be negative on Android
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?