mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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:
@@ -10,6 +10,11 @@
|
||||
@include box-sizing(border-box);
|
||||
}
|
||||
|
||||
html {
|
||||
-ms-touch-action: manipulation;
|
||||
touch-action: manipulation;
|
||||
}
|
||||
|
||||
body,
|
||||
.ionic-body {
|
||||
@include touch-callout(none);
|
||||
|
||||
Reference in New Issue
Block a user