Closed cferdinandi closed 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; }
Fixed with https://github.com/cferdinandi/kraken/pull/247