-
Notifications
You must be signed in to change notification settings - Fork 129
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
Hammer swallowing child node ref #83
Comments
Same problem here. In the meanwhile, you can add a ref to the direct parent of the |
+1, hope this gets fixed. @NordlingArt 's proposed workaround is a little messy |
I was frustrated by this and created a PR that fixes it. Hope @JedWatson has the time to go over it. |
+1 having the same problem here. Was working fine on v0.5.0. Have worked around it as per NordlinArt's suggestion (add ref to parent of ). |
@raulrene's fix works, but it wasn't merged yet. It seems that only the refs for the direct child node gets swallowed, so another workaround is to have an element wrapping your content inside the Hammer element, something like:
Of course, this works if you don't have some strict rules regarding your HTML structure. |
@adiulici thanks, this works, I have far stricter results about supporting multiple platforms with touch events, and having my child nodes update properly. Cheers. |
@JedWatson If this project is abandoned? |
Was using...
...and there was no issue.
Now I'm using..
...and suddenly all children nodes to Hammer are being ignored.
EG. in the following code
thing1
consoles butthing2
does NOT....removing Hammer completely allows
thing2
to console.The text was updated successfully, but these errors were encountered: