emberjs-addons / ember-touch

A lightweight library for building and using touch gestures with Ember Applications
MIT License
182 stars 28 forks source link

Fixed failing tests, added TouchHold and PressGestures, more updates #9

Closed ppcano closed 12 years ago

ppcano commented 12 years ago

1) Failing Tests:

-- tapGesture was tested as Continuous Gesture expecting Start/Cancel methods to be called -- gesture_manager fails because a view was not inserted in the DOM

2) Added press and touchHoldGesture and its tests, small updates to gesture base class

3) Gestures not attending on child views are redispatched to parents views

4) current event is accessible and handled on the gesture class. It could be useful to preventDefault actions ( for example ) elastic scrolling on touchmove events.

5) Port To EmberJS and isolate TransformJS

6) Added SwipeGestureRecognizer ( continuous gesture to recognize multiple directions )

7) Added simultaneously feature