Skip to content

Commit

Permalink
fix(touchaction): apply to child touch elements
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdbradley committed Mar 6, 2016
1 parent ecfecc9 commit 0129410
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ionic/components/app/normalize.scss
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,20 @@ input[type="submit"] {

// remove 300ms delay
a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
-ms-touch-action: manipulation;
Expand Down

0 comments on commit 0129410

Please sign in to comment.