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
This is because the jQuery plugin uses the element from the Manager instance to trigger the event. This is always the top level element, regardless of where the event originated.
Look into domEvents option for the Manager instance if you want to bubble up events and have access to the target at all.
There was a related pull request #39 that was closed with 0 discussion. Hammer handles this correctly it appears that the jquery plugin has a bug.
The text was updated successfully, but these errors were encountered: