Skip to main content
For component attributes, usage, and examples, see the HTML component reference.

1. FAQ

This usually happens because the embedded page uses the HTTP protocol, while the YiDA platform uses HTTPS.For security reasons, browsers restrict this kind of embedding. Some Android devices with more lenient security policies may still allow access, but most newer devices and browsers block such requests.To resolve this issue, embed a URL that uses the HTTPS protocol.
Yes. Use the Iframe component to embed a live camera feed link.Add the Iframe component to a custom page, then configure the camera feed link in the Attribute panel on the right.
The Iframe component only embeds third-party pages. YiDA acts solely as the display endpoint. If the third-party page supports on-demand streaming, then on-demand streaming works.
JavaScript can be executed, but it must be imported inside didmount().