1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-12-03 23:38:07 +00:00

Add swipe,tap and press widget to hammerjs (#3214)

* Create swipe.js

* add swipe widget

* add popup handling

* velocity mini-tweak

* add press widget

* add tap widget

* remove popup from tap widget - not possible as it seems

* add pan widget + utility css

* correcting field name

* naming and formatting

* add usage

* add pinch widget

* add pinch widget

* various small fixes

* adding absolute coordinates to pan widget

* prevent default dragging for pan widget

* improve pan widget stability
This commit is contained in:
BurningTreeC
2018-04-18 12:33:59 +02:00
committed by Jeremy Ruston
parent df809bcb87
commit 8bf7dd7172
9 changed files with 1076 additions and 2 deletions

View File

@@ -3,5 +3,5 @@
"description": "HammerJS library by Jorik Tangelder (Eight Media)",
"author": "JeremyRuston",
"core-version": ">=5.0.0",
"list": "readme license"
"list": "readme usage license"
}