feat(touch-action): add touch-action: manipulation

IE supports `-ms-touch-action: manipulation`, and `touch-action` is
making it through the standards process.
This commit is contained in:
Adam Bradley
2014-05-07 13:48:06 -05:00
parent a4a258ee72
commit 40cd6f7290

View File

@@ -10,6 +10,11 @@
@include box-sizing(border-box);
}
html {
-ms-touch-action: manipulation;
touch-action: manipulation;
}
body,
.ionic-body {
@include touch-callout(none);