当我在iphone chrome模拟器中长按时,我在整个屏幕上都得到了蓝色覆盖。是否可以关闭此叠加或使其透明?html - 如何在iPhone chrome模拟器中关闭蓝色覆盖?-LMLPHP

最佳答案

-webkit-tap-highlight-color: rgba(255, 255, 255, 0);帮助了我

关于html - 如何在iPhone chrome模拟器中关闭蓝色覆盖?,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/43231982/

10-13 00:34