1
2
3
4
5
6
7
8
9
.webview-container {
  width: 100%;
  height: 100vh;
}
 
web-view {
  width: 100%;
  height: 100%;
}