How can I make the webview fill the entire body? This doesn’t work
<body>
<webview id="panelWebview" width="100%" height="100%" src="./webview/webview.html"></webview>
</body>
How can I make the webview fill the entire body? This doesn’t work
<body>
<webview id="panelWebview" width="100%" height="100%" src="./webview/webview.html"></webview>
</body>
Hi @photonic , I’ve attached an example for you.
webview.zip (2.9 KB)
Thank you very much man, it worked as expected!