Transparent background
When your element does not have the CSS property background-color
, it will be transparent. No additional actions are required
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script>
</script>
</head>
<body>
<h1 style="color:red">Hello UWebView2</h1>
</body>
</html>