Skip to content

Commit

Permalink
feat(touch-action): add touch-action: manipulation
Browse files Browse the repository at this point in the history
IE supports `-ms-touch-action: manipulation`, and `touch-action` is
making it through the standards process.
  • Loading branch information
Adam Bradley committed May 7, 2014
1 parent a4a258e commit 40cd6f7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions scss/_scaffolding.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,11 @@
@include box-sizing(border-box);
}

html {
-ms-touch-action: manipulation;
touch-action: manipulation;
}

body,
.ionic-body {
@include touch-callout(none);
Expand Down

0 comments on commit 40cd6f7

Please sign in to comment.