Module webview_app::app[][src]

Expand description

This module contains all the important structs and implementations to create, configure and run an application containing only a webview.

Structs

This is the app running a window containig only a webview.

Configuration settings for the app.

Data which is provided in the “on_app_init” method of “AppSettings”

Data which is provided in the “init_fn” method of “WarpSettings”

Configuration Settings for the internal warp server.

Functions

If you want callback from javascript, you can call this method in the “on_app_init” callback. You can then call sendMessageToWebView("cmd", "payload")

Type Definitions