Skip to content
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

Use tap event #23

Merged
merged 4 commits into from
May 28, 2015
Merged

Use tap event #23

merged 4 commits into from
May 28, 2015

Conversation

frankiefu
Copy link
Contributor

Switch click to tap as the default value for activateEvent. In order to listen for gesture events such as tap we need to use Polymer.Base.listen. But currently there is no Polymer.Base.unlisten (Polymer/polymer#1639). So in order to workaround this we need to make _activateHandler to ignore old events.

This should help elements like paper-menu working on mobile.

@morethanreal
Copy link
Contributor

lgtm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants