pec1985 / TiDraggable

Native iOS and Android modules for Appcelerator's Titanium Mobile
74 stars 75 forks source link

minTop cannot be negative on Android #17

Open TinyGiantDigital opened 10 years ago

TinyGiantDigital commented 10 years ago

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?