mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
fix(touchaction): apply to child touch elements
This commit is contained in:
12
ionic/components/app/normalize.scss
vendored
12
ionic/components/app/normalize.scss
vendored
@ -124,8 +124,20 @@ input[type="submit"] {
|
|||||||
|
|
||||||
// remove 300ms delay
|
// remove 300ms delay
|
||||||
a,
|
a,
|
||||||
|
a div,
|
||||||
|
a span,
|
||||||
|
a ion-icon,
|
||||||
|
a ion-label,
|
||||||
button,
|
button,
|
||||||
|
button div,
|
||||||
|
button span,
|
||||||
|
button ion-icon,
|
||||||
|
button ion-label,
|
||||||
[tappable],
|
[tappable],
|
||||||
|
[tappable] div,
|
||||||
|
[tappable] span,
|
||||||
|
[tappable] ion-icon,
|
||||||
|
[tappable] ion-label,
|
||||||
input,
|
input,
|
||||||
textarea {
|
textarea {
|
||||||
-ms-touch-action: manipulation;
|
-ms-touch-action: manipulation;
|
||||||
|
Reference in New Issue
Block a user