Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Child views #4

Open
javichi opened this issue Jan 25, 2013 · 7 comments
Open

Child views #4

javichi opened this issue Jan 25, 2013 · 7 comments

Comments

@javichi
Copy link

javichi commented Jan 25, 2013

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

@rdisanto
Copy link

+1

@kosso
Copy link

kosso commented Feb 22, 2013

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

@pec1985
Copy link
Owner

pec1985 commented Mar 8, 2013

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

@MisterEvilGuy
Copy link

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

@vpsouza
Copy link

vpsouza commented May 11, 2013

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

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

@darknos
Copy link

darknos commented Jul 4, 2013

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.

@caspahouzer
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants