The Embedded External Content (Container) Web Control allows an app builder to embed external websites within their applications. It should be noted that in many cases, external websites will not display correctly within the application in a user's browser due to CORS or other security mechanisms employed by sites to prevent content being embedded externally.
This feature is intended for App Builders to embed sites which they have control over so that the necessary security mechanisms can be set to allow Airkit to embed the desired content.
It should be noted that the embedded content is set within a Sandbox iFrame. This means that the embedded content cannot communicate to the web page or the rest of the Airkit application.
General
Control Properties
Title
Expects type text
.
Sets the title property of the iFrame.
Source URL
Expects type text
.
The URL of the desired webpage to display.
Aria Label
Expects type text
.
Defines a value to the aria-label of the control for accessibility. For more information see here.
Style and Layout
Check Common style properties of web controls for details on how to style this Web Control.
Advanced
State
Is Visible
If TRUE
the control will be visible. If FALSE
the control will not be displayed. If the field is empty, the control will be visible.
Example
Use this control to prompt users to visit your website: