Add tap delay iOS fix to normalize.scss
cferdinandi opened this issue · 1 comments
cferdinandi commented
/**
* Remove the tap delay in webkit
* @link https://medium.com/@adactio/delay-a9df9edceef3#.7dmbl3xow
*/
a,
button,
input,
select,
textarea,
label,
summary {
touch-action: manipulation;
}
cferdinandi commented
Fixed with #247