TiDraggable
TiDraggable copied to clipboard
Child views
Not sure if this is a bug or it is the expected behavior...
I can not drag a draggable view if touch starts on a child view (label, text field, etc).
Thanks for your help
+1
How about if you add bubbleParent:false to the other views?
Yeah... I have to figure that out. Definitely on my list of things to do.
I've created a big view called the Grid which is a container for the views that I can create called Elements. These elements are Draggable and also a child view of the Grid so I'm experiencing the same problem, except that my app crashes on Android 2.3.3 and 4.0
on your child itens, add this attribute: touchEnabled:false
It works for me (a view with 2 childs: 1 image and 1 label)
the first thank you for excellent module.
I tried to create sliding menu like Facebook and met the same problem with android - if I add any child to draggable view I can't drag the view. :( Could you look at this issue?
btw, it works prefect with subviews in iOS.
Any news on adding dragviews as childs? I need this module so much on android!!