Components
web-view
5min
This component is used to display the web page from a specified URL.
You can also use the jig.document type to display web pages in full-screen mode or pass messages from your HTML content via JavaScript to the .
Core structure | |
---|---|
uri | The source to be displayed in the web-view, for example, a URL. |
Other options | |
---|---|
content | HTML to render in the web-view. |
height | The height of the web view. |
isTrackingTransparencyRequired | If set to true tracking transparency permission modal is shown before opening the URL. The default setting is true. |
- The isScrollable property is a property of the and not of the web-view component. If set to false the web-view component is displayed in full screen.