svelte-gestures
Advanced tools
Changelog
1.3.0
Added press
gesture.
Gestures press
, tap
, swipe
, pan
now also emit target:EventTarget
in the event detail.
Changelog
1.1.0
Core lib function setPointerControls
now accept argument, by which one can manually set touch-action
css property. It is not used in swipe recogniser.
Changelog
1.0.6
pointerup
added back alongside lostpointercapture
so mouse clicks are handled correctly.Changelog
1.0.2
100px
to 60px
.pointerup
in the lib core is now replaced with lostpointercapture
. It should fix cases where pointerup event has never been called, because of triggering context menu on touch dektop, changing browser tab in middle of swipe etc.