Issues
- 0
- 2
Fix demo site
#41 opened by stoffeastrom - 0
- 1
- 0
- 0
Add precedence option to swipe
#63 opened by stoffeastrom - 0
- 0
pointerstart -> pointerdown
#59 opened by stoffeastrom - 0
longtap, add radiusThreshold
#60 opened by stoffeastrom - 0
swipe, make sure to call start from update if you added a event listener after you touched the surface
#61 opened by stoffeastrom - 0
isValidMouseButton. Check the event.type if it contains 'mouse' instead of T.utils.touch
#58 opened by stoffeastrom - 0
transformPoint. Make sure to wrap the transformation into a try/catch block since sometimes you will not get a valid transformation matrix
#57 opened by stoffeastrom - 0
- 0
Touche(elem).off() make sure to always remove element from cache if no gestures to prevent memory leakage
#55 opened by stoffeastrom - 0
Update swipe for better momentum handling
#50 opened by stoffeastrom - 0
Detecting tap on scrollbar does not take borders or inline styled elements into account
#47 opened by magnuskenneth - 0
Mouse down on scrollbar will not trigger mouseup
#33 opened by stoffeastrom - 0
Add option inertia for the momentum feature
#45 opened by stoffeastrom - 1
- 0
Add possibility to prevent gestures
#37 opened by stoffeastrom - 3
Swipe calculations wrong when using `event.target`
#36 opened by peol - 1
Introduce a getValidTarget
#39 opened by stoffeastrom - 0
Doubletap options
#38 opened by stoffeastrom - 0
cancel event not handled in getFlowType
#35 opened by stoffeastrom - 0
- 4
How should we handle for example win8 with chrome where both mouse/touch events are fired
#20 opened by stoffeastrom - 0
- 0
- 0
longtap preventDefault should also bind MSHoldVisual (different depending on IE release apparently)
#29 opened by stoffeastrom - 2
activate buttons when pressing the space key
#23 opened by tregusti - 0
- 0
- 0
Make sure to call getScreenCTM of target element in Touche.utils.transformPoint
#26 opened by stoffeastrom - 0
Update grunt version, mocha, expect
#25 opened by stoffeastrom - 1
- 0
- 0
Add a call for binder start in Tap gesture
#21 opened by stoffeastrom - 4
- 4
fix offset calculation in T.utils.getRect
#17 opened by stoffeastrom - 0
setOptions in Gesture not working correctly, preventDefault for example will not change to false
#19 opened by stoffeastrom - 1
add pageX, pageY to data parameter
#18 opened by stoffeastrom - 0
- 0
- 1
Handle MSPointer events
#12 opened by stoffeastrom - 7
New proposed syntax for defining gestures
#13 opened by peol - 2
double tap
#11 opened by stoffeastrom - 0
Add documentation
#7 opened by stoffeastrom - 0
Add buildstep
#8 opened by peol - 0
utils.extend needs to handle some sort of deep copy, at least one leve for the options object
#9 opened by stoffeastrom - 0
Add pinch gesture
#6 opened by stoffeastrom