WebView Events


Webview Events Dev-Only

Webview events are for embedded web content inside the launcher. They are more advanced and are mainly useful when the launcher needs to react to page loading or messages coming back from the embedded content.

On Page Loaded

Fires when the embedded page loads successfully. You could use this to hide a loading spinner, show the Webview, or trigger follow-up actions.

On Page Error

Fires when the page fails to load. Useful for showing a custom error state or fallback content.

On Message Received

Fires when the embedded page sends a message back into the launcher. This is useful for tighter communication between your launcher and embedded web content.