2013-03-12 60 views
0

Android/Phonegap,我在index.html创建一个弹出窗口,当我触摸移动弹出窗口的内容时,会显示按钮的阴影。作为图像显示的打击:android phonegap touch shadow

enter image description here

这有什么错呢?

+0

检查http://stackoverflow.com/questions/11237936/mobile-web-disable-long-touch-taphold-text-selection – Bart 2013-03-12 15:21:00

+1

我有修正它与CSS样式: -webkit-touch-callout:none; -webkit-tap-highlight-color:rgba(0,0,0,0); – 2013-03-13 03:32:45

回答

0

DMDGeeker是正确的!感谢这个代码工作得很好!过,直到我找到应对这个问题数分钟您的评论

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