#12959 closed defect (fixed)
-webkit-tap-highlight-color:transparent has no effect on android
Reported by: | ykami | Owned by: | ykami |
---|---|---|---|
Priority: | high | Milestone: | 1.7 |
Component: | DojoX Mobile | Version: | 1.6.1 |
Keywords: | 1.7-mobile | Cc: | |
Blocked By: | Blocking: |
Description
-webkit-tap-highlight-color:transparent should disable the tap highlight color, but it does not work on android.
-webkit-tap-highlight-color:rgba(255,255,255,0) seems to work on both iOS and android.
Note: See
TracTickets for help on using
tickets.
(In [24954]) Fixes #12959 -webkit-tap-highlight-color:transparent -> rgba(255,255,255,0)