aboutsummaryrefslogtreecommitdiff
path: root/src/services/gesture_service/gesture_service.js
Commit message (Collapse)AuthorAge
* Prevent hiding media viewer if swiped over SwipeClickTusooa Zhu2022-03-13
|
* Clean up debug code for image pinch zoomTusooa Zhu2022-03-13
|
* Check whether we swiped only for mouse pointerTusooa Zhu2022-03-13
|
* Scale swipe threshold with viewport widthTusooa Zhu2022-03-13
|
* Use native click for hiding overlayTusooa Zhu2022-03-13
| | | | | The pointerup strategy is unsuccessful, as some other overlays (Firefox's Inspect Element) will pass down pointerup events.
* Clean upTusooa Zhu2022-03-13
|
* Add swipe-click handler to media modalTusooa Zhu2022-03-13
| | | | | Now swiping will correctly change the current media, and with a good preview. Clicking without swiping closes the overlay.
* Handle pinch actionTusooa Zhu2022-03-13
|
* Preview swipe actionTusooa Zhu2022-03-13
|
* Make media modal be aware of multi-touch actionsTusooa Zhu2022-03-13
| | | | | | Originally the media viewer would think every touch is a swipe (one-finger touch event), so we would encounter the case where a two-finger scale event would incorrectly change the current media. This is now fixed.
* fix typoshpuld2019-03-28
|
* Add tests for gesture service, fix bug with perpendicular directionsshpuld2019-03-26
|
* somewhat functioning gesture serviceshpuld2019-03-25
|
* start creating gesture serviceshpuld2019-03-25