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

Is it possible to allow clicks to a Draggable view to pass to views underneath? #42

Open
mark22 opened this issue Oct 7, 2016 · 0 comments

Comments

@mark22
Copy link

mark22 commented Oct 7, 2016

Im trying to build a left menu using draggable.

I have a left menu hiding off screen, then when a user drags that left menu it will cover my main content.

Its all working perfectly, except that I have to leave a transparent edge of the left menu overlapping my main content (about 30% of the screen on the left). This transparent section allows the user to 'drag' the left menu into the view. The problem is that if the user tries to do a click on this transparent section, it does nothing on my main content.

So I tried touchEnabled:false which allows clicks to go through to the main content screen, but then the draggable is no longer draggable :( Is there any trick I can do, or can the module be enhanced to allow this somehow?

Thanks!!

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

1 participant