Module webview_app::webview
source · Expand description
This module contains all the important structs and implementations to create, configure and run a webview window.
Structs§
- WebView is a Window running as program including a web view
- Builder to construct a WebView
- With the help of this WebViewHandle you can evaluate script in the WebView (via WebView::eval)