TiDraggable icon indicating copy to clipboard operation
TiDraggable copied to clipboard

Native iOS and Android modules for Appcelerator's Titanium Mobile

Results 21 TiDraggable issues
Sort by recently updated
recently updated
newest added

This needs to be recompiled to work with Titanium SDK 5+ Anyone who can do this? I'm not sure how to do it.

Starting February 1st 2015 Apple will require that all App Store submissions be compiled using the iOS 8 SDK, and support 64-bit architectures. http://www.appcelerator.com/blog/2014/11/alpha-version-of-titanium-sdk-64-bit-support-now-available/

Hi, I am using ti.draggable to resize a view which has an ImageView in it. I use "move" event to change the left and width values. However, there seems to...

I set canResize to true, but nothing happens. How do I use this parameter correctly? or isn't it implemented anymore?

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...

I had a use case where I needed to not only be able to drag the view around the screen, but also detect when the view was just tapped without...

It seems you can't disable the draggable view made with Draggable.createView(). One would think that setting e.g. touchEnabled to false, would disable the drag funtionality, but it does not. And:...