cferdinandi / kraken

A lightweight, mobile-first boilerplate for front-end web developers.
http://cferdinandi.github.io/kraken
MIT License
806 stars 81 forks source link

Add tap delay iOS fix to normalize.scss #245

Closed cferdinandi closed 8 years ago

cferdinandi commented 8 years ago
/**
 * 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 8 years ago

Fixed with https://github.com/cferdinandi/kraken/pull/247