LoginSignup
6

More than 5 years have passed since last update.

Androidでタップ時の黄色い枠を消す方法

Last updated at Posted at 2012-11-20

Create.jsいじってたら、iPhoneじゃ問題ないのにAndroidだけcanvasをタップすると黄色い枠がでた。
Create.jsに限らずリンクに反応するようで、多分機種によって色が違うんだろうけど、こんなのいらない。
下記のスタイルシートでタップしても変化しないように設定して解決。

-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
6