-
Notifications
You must be signed in to change notification settings - Fork 27
Flick #50
base: master
Are you sure you want to change the base?
Flick #50
Conversation
Same concerns as #49 (comment), then it just needs a rebase and I'll merge. |
163a279
to
d51eeef
Compare
Did rebase from master, squash. Added |
@sbmaxx Did you mean to close this? It would be nice to have this gesture. |
I want this to be merged ;) |
ping :) |
This project seems to be dead. |
@steida so, what we should use for touch-gestures? :) |
http://hammerjs.github.io/ looks promising. |
defaultsAction & source to flick
just for the history. PR was opened at 28th august, 2014. ;) |
They even have no balls to officially kill this project like Angular has killed itself. Unbelievable, I remember better Google. Now everything interesting comes from Facebook engineering. Good to know. |
Last commit to |
i've tried hammer.js for a rather complex layout but switched to polymer gestures instead ... there's no way how to prevent event from bubbling in hammer, and you can't listen for 'down' events only ... when you call stopPropagation on a tap, you're actually stopping 'up' event, but the 'down' event was already caught on your parent which just messes things up. Also features like hammers 'requireFailure' are hard to use in angular environment. Only thing that i've borrowed from hammer (and created directive for it) is how they apply css properties (touch-action etc...) to elements on which it is applied to |
@picitujeromanov in hammer.js the best way to handle events is to handle them on top layer and route these events to inner elements depending on |
Ported
flick
event fromPolymerGestures