Skip to content
This repository was archived by the owner on Mar 13, 2018. It is now read-only.

Flick #50

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Flick #50

wants to merge 1 commit into from

Conversation

sbmaxx
Copy link
Contributor

@sbmaxx sbmaxx commented Aug 28, 2014

Ported flick event from PolymerGestures

@dfreedm
Copy link
Contributor

dfreedm commented Sep 24, 2014

Same concerns as #49 (comment), then it just needs a rebase and I'll merge.

@sbmaxx sbmaxx force-pushed the flick branch 2 times, most recently from 163a279 to d51eeef Compare September 25, 2014 05:14
@sbmaxx
Copy link
Contributor Author

sbmaxx commented Sep 25, 2014

Did rebase from master, squash. Added defaultAction = none, _source = flick

@kevinwestern
Copy link

@sbmaxx Did you mean to close this? It would be nice to have this gesture.

@sbmaxx
Copy link
Contributor Author

sbmaxx commented Dec 29, 2014

I want this to be merged ;)

@sbmaxx
Copy link
Contributor Author

sbmaxx commented Jan 29, 2015

ping :)

@steida
Copy link
Contributor

steida commented Jan 29, 2015

This project seems to be dead.

@sbmaxx
Copy link
Contributor Author

sbmaxx commented Jan 29, 2015

@steida so, what we should use for touch-gestures? :)

@steida
Copy link
Contributor

steida commented Jan 29, 2015

http://hammerjs.github.io/ looks promising.

defaultsAction & source to flick
@sbmaxx
Copy link
Contributor Author

sbmaxx commented Mar 31, 2015

just for the history. PR was opened at 28th august, 2014. ;)

@steida
Copy link
Contributor

steida commented Mar 31, 2015

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.

@sbmaxx
Copy link
Contributor Author

sbmaxx commented Apr 1, 2015

Last commit to hammer.js was on Oct 25, 2014 :/ All projects about touch-events/gestures will be dead sooner or later :)

@picitujeromanov
Copy link

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

@DimitryDushkin
Copy link

@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 e.currentTarget.
I had similar problems with hammer.js, but this trick did job well.

@steida steida mentioned this pull request Apr 2, 2015
@sbmaxx sbmaxx mentioned this pull request Oct 20, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants