Components
web-view
6min
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 Jigx app.
Some properties are common to all components, see Common component properties for a list and their configuration options.
The core structure includes: uri
isTrackingTransparencyRequired - If true tracking transparency permission modal will be shown before opening the url
height - The height of the web view
content - HTML to render
The isScrollable property - if set to false - allows you to display the component in full screen
It is a property of the jig, not the component itself.
