The WebView component for Retool Mobile
A content area to embed a web page.
Settings
WebView includes the following configurable options when building apps in the IDE.
SizeLabelDisabledSuffix iconPrefix iconShow 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.
buttonSize
The size of the button.
buttonText
The text label to display.
global
Whether the object is globally scoped for use in all app pages.
Values
You can select an icon or dynamically set one with a valid icon key.
iconBefore
The prefix icon to display.
Values
You can select an icon or dynamically set one with a valid icon key.
id
The unique identifier.
isHiddenOnDesktop
Whether the component is visible in the desktop layout.
isHiddenOnMobile
Whether the component is visible in the mobile layout.
maintainSpaceWhenHidden
Whether the component takes up space on the canvas if hidden
is true
.
pluginType
The plugin type.
showInEditor
Whether to remain visible in the editor if hidden
is true
.
url
The URL.
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.
setHidden
Set the hidden
value to toggle whether the component is visible. Defaults to true
without a parameter.
webView.setHidden(hidden)