Open steida opened 10 years ago
Hallo. Can you answer at least? It this project super unimportant for Polymer or what?
Can you clarify? This library is released with every polymer release (https://github.com/Polymer/polymer-gestures/releases) and is also baked into polymer.js. You can use it anytime you use polymer.
But I don't need and I don't want whole polymer. I would like to use only polymer-gestures. Yes, library is released, but as source, not as built file. In the other words, it's impossible to use bower to grap only polymer-gestures. I don't want to build anything within my stack. Does it makes sense?
@steida If you are only looking for gesture library, why not try out HammerJS? It's a very mature gesture library that has been living out there for years.
@ebidel Is there any reason why we aren't using something like HammerJS for polymer-gestures? Thanks.
Google generally is known for high performant and quality code. For third parties like HammerJS, I'm affraid of janks on mobile devices. But maybe I should try HammerJS, because this project doesn't seems to be loved very much by Google developers.
@azakus would know best the reasons, but historically, our gesture stuff was based off PointerEvents...which Hammer doesn't not support AKAIK. It may also not understand the semantics of Shadow DOM. Hence, we needed something new :)
Oh, got it. Thanks!
It's possible to have min version somewhere available for Bower soon? Can I help somehow?