简体   繁体   English

Android Tap Highlight果冻豆

[英]Android Tap Highlight Jelly Bean

Im having a problem with my app on android 4.1.1. 我在android 4.1.1上的应用有问题 i have created a app with html/javascript with phonegap. 我已经创建了一个带有html / javascript和phonegap的应用程序。 My problem is that when links get clicked they show the orange highlight. 我的问题是,当单击链接时,它们会显示橙色突出显示。 i was able to fix this with -webkit-tap-highlight-color: rgba(255, 255, 255, 0) or -webkit-tap-highlight-color: rgba(0, 0, 0, 0) but now i installed Jelly Bean and it is not working anymore. 我能够使用-webkit-tap-highlight-color:rgba(255,255,255,0)-webkit-tap-highlight-color:rgba(0,0,0,0 修复此问题,但是现在我安装了果冻豆,它不再工作了。

I ran into the same problem. 我遇到了同样的问题。 I got rid of the orange highlight on Jelly Bean by using this: 通过使用以下命令,我摆脱了果冻豆上的橙色亮点:

* {-webkit-tap-highlight-color: transparent;}

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 XDK,sendSMS无法在Android Jelly Bean上运行 - XDK, sendSMS not working on Android Jelly Bean Android Jelly Bean及更高版本上的Webview JavascriptInterface - JavascriptInterface for Webview on Android Jelly Bean and above 谷歌地图javascript api bug android浏览器(果冻豆和以前) - Google maps javascript api bug android browser (Jelly bean and prior) android上的html输入框在点击时有绿色突出显示 - html input box on android has a green highlight on tap 没有工作的前一页功能在android旧版本像果冻豆,kitkat android,其作品只有棒棒糖版本 - Not working previous page function in android old version like jelly bean ,kitkat android ,its works only lollipop version iPhone上的svg点击突出显示预防 - svg tap highlight prevention on iphone JQuery Mobile CSS在Jelly Bean中将整个页面变成黑色 - JQuery Mobile CSS turning entire page black in Jelly Bean iOS Safari:点击结束后点击突出显示(-webkit-tap-highlight)卡在屏幕上 - iOS Safari: tap highlight (-webkit-tap-highlight) gets stuck on screen after tap end 使用webkit-tap-highlight查找元素 - Find elements with webkit-tap-highlight -webkit-tap-highlight-color: rgba(0,0,0,0); 在 div 上? - -webkit-tap-highlight-color: rgba(0,0,0,0); on a div?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM