-
Notifications
You must be signed in to change notification settings - Fork 75
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
Comments
+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: 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!! |
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
The text was updated successfully, but these errors were encountered: