Web View
Check out the standard help for an overview of the web view component.
API Examples
// Internally the component is known as "web_view"
var webViewComponent = findComponent("My Page", "web_view", "MyWebView"); // To retrieve a web_view component called "MyWebView" on a page called "My Page"
// use the built-in umajin action to change the url.
callAction("set_web_view_url", webViewComponent, 'https://google.com');Properties
See the shared property list for all properties available for this component.
| Property | Type | Description |
|---|---|---|
| html |
Events
See the shared event list for all events available for this component.
| Event | Params | Description |
|---|---|---|
| on_progress | ||
| on_complete | ||
| on_error |