Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Android/Phonegap,我在 index.html 中创建了一个弹窗,当我触摸移动弹窗的内容时,会显示按钮的阴影。如图所示:
它出什么问题了?
DMDGeeker 是对的!谢谢兄弟,这段代码工作得很好!不得不处理这个问题几分钟,直到我找到你的评论
-webkit-touch-callout: none; -webkit-tap-highlight-color: rgba(0,0,0,0);