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

Commit

Permalink
polymer-ui-card: set touch-action to receive PointerEvents for swipe
Browse files Browse the repository at this point in the history
  • Loading branch information
frankiefu committed Sep 9, 2013
1 parent 3083398 commit 9b60c66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polymer-ui-card/polymer-ui-card.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@
offsetRatio: 0.2,
widthRatio: 3,
created: function() {
this.setAttribute('touch-action', 'pan-y');
this.transitionEndListener = this.transitionEnd.bind(this);
},
leftDocument: function() {
Expand Down

0 comments on commit 9b60c66

Please sign in to comment.