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

needs domEvents:true? but this causes issues #9

Open
annam opened this issue Mar 28, 2017 · 1 comment
Open

needs domEvents:true? but this causes issues #9

annam opened this issue Mar 28, 2017 · 1 comment
Labels

Comments

@annam
Copy link

annam commented Mar 28, 2017

Hi,

is the domEvents setting required to be set to true? i have been unable to get propagating to work without this setting (no events being triggered at all..)

but once I set this setting to true other issues arise from the fact that I hammer() nested elements and if an event gets triggered on a child and a parent is also hammer()ed, the event gets triggered twice..

perhaps you have any experience and suggestions with getting propagating to work without domEvents:true? I see in your examples that this is not needed but as soon as I plug it into our code no events are being triggered until I set domEvents to true..

Thanks so much!
Anna

@josdejong
Copy link
Owner

Sorry for my late reply. As far as I remember I didn't need to set domEvents: true, and looking at the docs of hammer.js it is false by default. I'm afraid you will have to do more debugging :(

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

No branches or pull requests

2 participants