TiDraggable icon indicating copy to clipboard operation
TiDraggable copied to clipboard

Child views

Open javichi opened this issue 12 years ago • 7 comments

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

javichi avatar Jan 25 '13 17:01 javichi

+1

rdisanto avatar Feb 17 '13 17:02 rdisanto

How about if you add bubbleParent:false to the other views?

kosso avatar Feb 22 '13 02:02 kosso

Yeah... I have to figure that out. Definitely on my list of things to do.

pec1985 avatar Mar 08 '13 20:03 pec1985

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

MisterEvilGuy avatar Apr 23 '13 06:04 MisterEvilGuy

on your child itens, add this attribute: touchEnabled:false

It works for me (a view with 2 childs: 1 image and 1 label)

vpsouza avatar May 11 '13 11:05 vpsouza

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.

darknos avatar Jul 04 '13 22:07 darknos

Any news on adding dragviews as childs? I need this module so much on android!!

caspahouzer avatar Mar 19 '14 08:03 caspahouzer