Web View

This content view is represented by webView value for the field type. The content for the web view can be sourced directly from inline value of source field if the sourceType value is "embedded" or if the sourceType is not present or contain any other value, the source field value is expected to contain a URL for the remote web content.

Following example shows a simple web content view:

{
    "type": "webView",
    "source": "https://www.appversation.com"
}

Last updated