css
body { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-touch-callout: none; } *:not(input, textarea) { -webkit-user-select: none; }
そのままでは、タップした時にダブルタップを少し待つためもっさりする。 改善のために、fastclick.js を導入する
https://github.com/ftlabs/fastclick
コメント