在“焦点”上禁用 iPad 层
我在谷歌上找不到任何东西,希望有人能解答!
当我触摸可以接收焦点的元素(例如 map
形状或 iPad 上的“同一页面” 时,我可以看到黑色半透明层位于元素上方。
我只想定义我的焦点行为或这些元素的等效行为,但我没有找到如何禁用该层!
有可能吗??
提前致谢!
I couldn't find anything on Google, I hope anyone has an answer!
When I touch an element which can receive focus such as an map
shape or a "same-page" <a>
on IPad I can see a black semi-opaque layer above the element.
I just want to define MY behaviour of focus or equivalent on these elements, but I didn't find how to disable this layer!
Is there possible??
Thanks in advance!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以使用
stackoverflow 上已经有一篇文章:
-webkit-tap-highlight-color:rgba (0,0,0,0);在 div 上?
向本手册报告:
https://developer.apple.com/库/存档/文档/AppleApplications/Reference/SafariWebContent/AdjustingtheTextSize/AdjustingtheTextSize.html
You can use
There is already an article on stackoverflow:
-webkit-tap-highlight-color: rgba(0,0,0,0); on a div?
Report to this manual:
https://developer.apple.com/library/archive/documentation/AppleApplications/Reference/SafariWebContent/AdjustingtheTextSize/AdjustingtheTextSize.html