emberjs-touch
emberjs-touch copied to clipboard
ember.js touch event helpers
I have a binding like: ``` Foo ``` where `urlProperty` is a URL to a non-Ember location. I find that clicking on such links are broken; the browser does nothing.
Thanks for sharing your ember-fastclick with us! Great script. I have found a Bug with submitting a form in HandlebarsJS: ``` .... Login ``` This didnt work anymore ive I...
This goes away if the fix in https://github.com/emberjs/ember.js/commit/aafb5eb5693dccf04dd0951385b4c6bb6db7ae46 is applied to your copied version of the code.
#### Hey, maintainer(s) of JamesHight/emberjs-touch! We at [VersionEye](https://www.versioneye.com/signup?promo_code=BOWER) are working hard to keep up the quality of the bower's registry. We just finished our initial analysis of the quality of...
The touch.enabled timeout isn't a very good solution to avoiding extra clicks. By returning false from the "second" click, you cause jQuery to preventDefault() its event handling. But the "second"...