You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am having the same issue with hammer v2 (2.0.4 precisely) concerning child elements not triggering 'panstart' and 'panmove' before parent elements when nested. Did you manage to make it work or is this a bug?
Thanks
I used to map a lot of events to $(document) in v1, in v2 it's all buggy (mainly because document does not have a style property).
line 997
this.manager.element.style[PREFIXED_TOUCH_ACTION] = value;
I switched to $(body)
Plus my events attached to child dom elements are not triggered.
Eg. this does not happen anymore
Its like bubbling was the other way round.
The text was updated successfully, but these errors were encountered: