fix(touchaction): apply to child touch elements

This commit is contained in:
Adam Bradley
2016-03-05 21:30:43 -06:00
parent ecfecc9bcb
commit 01294107ed

View File

@ -124,8 +124,20 @@ input[type="submit"] {
// remove 300ms delay
a,
a div,
a span,
a ion-icon,
a ion-label,
button,
button div,
button span,
button ion-icon,
button ion-label,
[tappable],
[tappable] div,
[tappable] span,
[tappable] ion-icon,
[tappable] ion-label,
input,
textarea {
-ms-touch-action: manipulation;