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
Even if you set the direction to horizontal only.
If you press on the Hammer Element and scroll up or down, this motion triggers the on.("panleft") or on.("panright") event.
And after scrolling, the .on("panned") event does not get triggered.
Even if you set the direction to horizontal only.
If you press on the Hammer Element and scroll up or down, this motion triggers the on.("panleft") or on.("panright") event.
And after scrolling, the .on("panned") event does not get triggered.
you can test this in this example:
https://codepen.io/Killerbear_02/pen/MPVZqV#0
use browser in mobile mode or smartphone.
Pan up and down on the Element.
The text was updated successfully, but these errors were encountered: