-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
dom-bind doesn't init tap
recognizer
#4509
Labels
Comments
Ok, for BC/hybrid we'll add |
kevinpschaaf
added a commit
that referenced
this issue
Apr 13, 2017
Add GestureEventListeners to dom-bind. Fixes #4509
valdrinkoshi
added a commit
to PolymerElements/iron-fit-behavior
that referenced
this issue
Apr 14, 2017
valdrinkoshi
added a commit
to PolymerElements/iron-fit-behavior
that referenced
this issue
May 12, 2017
valdrinkoshi
added a commit
to PolymerElements/iron-fit-behavior
that referenced
this issue
May 12, 2017
* port to 2.0 * use demo-pages-shared-styles (reverted) * custom-elements-v1 * use new custom-style syntax * use dom-bind and dom-repeat * update deps * resolve webcomponents v1, remove <content> * variants * script inside dom-module, remove <content> * use wc-ce flag instead of wc-register * update deps and resolutions * Depend on test-fixture v2 * auto-generated: update repo for v2 * remove duplicate scripts * fix safari9 tests * update deps * Point to Polymer 2.0 RC 1 * address feedback * remove test-fixture dependency * Fix demo for tap not being fired. Defer refit. * revert comment indentation * Update travis config * flush and explain why * remove workaround for Polymer/polymer#4509. Clearer comment of why flush * [skip ci] update README * Update travis config * fix rebase errors
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In 1.x
logEventType
would be invoked twice, in 2.x only once.http://jsbin.com/lixujah/1/edit?html,console,output
It seems that in 2.x
tap
recognizer is not initializedThe text was updated successfully, but these errors were encountered: