Property | Description |
Create On Condition | Whether to display the Web content at run time. |
File | File that contains the Web content to display. |
Height | Height to use for the object containing the Web content. |
HScrollable | Whether you want to allow horizontal scrolling of the Web content. |
Name | Name you assign the object in the Outline Editor for your own reference purpose. This name does not appear in the application’s user interface. |
Overscrolling Enabled | Whether you want to allow overshooting the bounds of a scrolling operation (only for Android). |
Position X | Distance from the object’s left edge to its parent object’s inner X position. |
Position Y | Distance from the object’s top edge to its parent object’s inner Y position. |
Scale To Fit Enabled | Whether you want to scale the WebView to fit the parent element (only for iOS). |
Tag | Used to determine the context of the element at runtime, e.g. in a Delegate to find out which element was pressed. |
Url | URL to the Web content to display. |
Visible | Whether the object containing the Web content is visible or hidden. |
VScrollable | Whether you want to allow vertical scrolling of the Web content |
Width | Width to use for the object containing the Web content. |