Skip to content

Commit 40cd6f7

Browse files
author
Adam Bradley
committed
feat(touch-action): add touch-action: manipulation
IE supports `-ms-touch-action: manipulation`, and `touch-action` is making it through the standards process.
1 parent a4a258e commit 40cd6f7

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Diff for: scss/_scaffolding.scss

+5
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@
1010
@include box-sizing(border-box);
1111
}
1212

13+
html {
14+
-ms-touch-action: manipulation;
15+
touch-action: manipulation;
16+
}
17+
1318
body,
1419
.ionic-body {
1520
@include touch-callout(none);

0 commit comments

Comments
 (0)