pec1985/TiDraggable

minTop cannot be negative on Android

Opened this issue · 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?