Skip to main content

The WebView mobile component

A content area to embed a web page.

WebView

Settings

WebView includes the following configurable options when building apps in the IDE.

ContentLabelSuffix iconPrefix icon
InteractionDisabled
AppearanceSizeShow on desktopShow on mobileMaintain space when hiddenMarginAlways show in edit modeStylesWidth

Properties

All properties for WebView with supported data types or values. You can write JavaScript almost anywhere in Retool to manipulate or read property values.

The size of the button.

label

string

The text label to display.

Whether input, interaction, selection, or triggering is disabled.

boolean

Whether the component is visible.

The suffix icon to display.

Values

You can select an icon or dynamically set one with a valid icon key.

The prefix icon to display.

Values

You can select an icon or dynamically set one with a valid icon key.

id

string

The name.

Whether the component is visible in the desktop layout.

Whether the component is visible in the mobile layout.

Whether the component takes up space on the canvas if hidden is true.

The amount of margin to render outside.

Values
4px 8px

Normal margin.

0

No margin.

pluginType

string

The plugin type.

Whether to remain visible in the editor if hidden is true.

style

object

Custom style options in use. Not all style options may be available for all components.

url

string

The URL.

width

number

The width.

Methods

JavaScript API methods for interacting with WebView. You can write JavaScript almost anywhere in Retool and use methods to manipulate data and property values.

setDisabled

Set the disabled value to toggle whether the input field is disabled. Defaults to true without a parameter.

webView.setDisabled(disabled)
Parameters

Whether input, interaction, selection, or triggering is disabled.

setHidden

Set the hidden value to toggle whether the component is visible. Defaults to true without a parameter.

webView.setHidden(hidden)
Parameters

boolean

Whether the component is visible.