开发者

Grey background if link is activated on Ipad/Iphone

开发者 https://www.devze.com 2023-04-05 00:17 出处:网络
If a link in a webview on an ios device is to开发者_如何学编程uched it gets a grey background. is there any possibility to prevent this?Use the -webkit-tap-highlight-color CSS property:

If a link in a webview on an ios device is to开发者_如何学编程uched it gets a grey background. is there any possibility to prevent this?


Use the -webkit-tap-highlight-color CSS property:

<div style="-webkit-tap-highlight-color: rgba(200,0,0,0.0)">No tap highlighting!</div>
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号