Ember Touch lays the groundwork for a comprehensive touch and gesture system that sits on top of EmberJS.
Along with providing support for custom gesture recognizers, Ember Touch ships with some pre-built gestures: Pinch, Pan, Tap, TouchHold and Press.
Consult the gesture.js file for instructions on building your own gestures as well as using the built-in one.
Touch ember views can also be used with other UI libraries (ex: iScroll 4 ) which also handles touch events.
Test gestures on multiple touch devices.
Improvements, issues, bugs, contributions.....
-
Rake command will build ember-touch.js on the dist folder in order to be used on your project.
-
Add gesture support to your views just by adding specific methods ( tapEnd, touchHoldStart, touchHoldEnd....)
-
Tests your views on multi touch devices or qunit.
run bundle exec rackup
Test the whole suite http://localhost:9292/tests/index.html
Test only a specific test file (add test param: test location without extension) http://localhost:9292/tests/index.html?test=system/view_test
If you want to test against other ember.js version, deployed the js on its package directory.