UIWebViewをネイティブっぽくするTips
iOS
2015-06-08 01:21 (10 years ago)

長押しメニューの禁止等
css
body {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
-webkit-touch-callout: none;
}
*:not(input, textarea) {
-webkit-user-select: none;
}
タップ応答速度の改善
そのままでは、タップした時にダブルタップを少し待つためもっさりする。 改善のために、fastclick.js を導入する
現在の評価: 5.0 (1)
著者は、アプリケーション開発会社 Cyberneura を運営しています。
開発相談をお待ちしています。
開発相談をお待ちしています。