当前位置:网站首页>Remove the problem of orange border on the desktop control in WebView
Remove the problem of orange border on the desktop control in WebView
2022-06-25 10:48:00 【Nanxiang old friend DL】
stay xwalkview Load in web There is an orange border problem on the real machine when the interface is displayed , There are three solutions :
1. At the root css Add to file :
div:focus, div:active, button:focus, button:active, a:focus, a:active {
outline: none;
}
2.
body,div{
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
3.
.affected-element {
outline: 1px solid transparent;
}
The above three methods can basically solve the orange border problem !
边栏推荐
- 之前字符串反转的题目
- CSRF attack
- Es learning
- Sign up to open the third session of the "flying oar hacker marathon". It's been a long time
- Bitmap is converted into drawable and displayed on the screen
- Identityserver4 definition concept
- Performance memory
- 指南针在上面开股票账户安全吗?
- Array structure collation
- 【论文阅读|深读】LINE: Large-scale Information Network Embedding
猜你喜欢

Flask blog practice - realize the latest articles and search in the sidebar

XSS attack

【论文阅读|深读】LINE: Large-scale Information Network Embedding

Previous string inversion topic

On binary tree

【文件包含漏洞-03】文件包含漏洞的六种利用方式

P2P network core technology: Gossip protocol

一个五年北漂的技术er,根据这些年的真实经历,给应届生的一些建议

【观察】ObjectScale:重新定义下一代对象存储,戴尔科技的重构与创新

Advanced single chip microcomputer -- development of PCB (2)
随机推荐
String implementation strstr()
【文件包含漏洞-03】文件包含漏洞的六种利用方式
Server rendering
Is it safe to open a stock account on the compass?
【系统分析师之路】第六章 复盘需求工程(综合知识概念)
June 24, 2022: golang multiple choice question, what does the following golang code output? A:1; B:3; C:4; D: Compilation failed. package main import ( “fmt“ ) func mai
[paper reading | depth] role based network embedding via structural features reconstruction with degree regulated
OpenCV学习(二)---树莓派上安装opencv
Flutter adds event listening | subscription
单片机进阶---PCB开发之照葫芦画瓢(二)
WPF binding expression and binding data source (I)
tokenizers>=0.11.1,!= 0.11.3,<0.13 is required for a normal functioning of this module,
Houdini graphic notes: could not create OpenCL device of type (houdini_ocl_devicetype) problem solving
Flask blog practice - realize personal center and authority management
西门子PLCS7-200使用(一)---开发环境和组态软件入门
2022-06-24:golang选择题,以下golang代码输出什么?A:1;B:3;C:4;D:编译失败。 package main import ( “fmt“ ) func mai
Opencv learning (II) -- installing opencv on raspberry pie
Task03 probability theory
垃圾回收机制
NuxtJS实战案例