on 2024 May 16 1:23 PM
Hello All,
i am trying to add an external URL in one of the SAP Build apps using Inline Frame . So i am trying to add the URL in src properties but i am a blank screen while previewing the app in Web.
Please guide how to embed the URL.
Hello there,
It might very well happen that the external url that you are trying import requires javascript to show the content (e.g. Figma file, or Zoom call). However, the inline Frame in Build Apps is a 'sandboxed' environment, so you have to specify which capabilities do you wish to allow.
Read about it more here:
https://developer.mozilla.org/en-US/docs/Web/HTML/Element/iframe#sandbox
PS, make sure to check the 'size' of the inline frame is being set, else it will default to the 300x150 sizing, which might not be the desired size. I strongly suggest using percentage values, or if it is a page-wide iframe, then the 'viewport.width' system variable.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Mithaly,
Ok leave the datadog part. Now i have added the URL in a html code and made that a hyperlink button as well.
When i am clicking the button,the URL and the content is not loading and i am getting a white screen only. Do i need to add some logic to load the URL in same page ? please suggest
Hi Mithaly,
Ok leave the datadog part. Now i have added the URL in a html code and made that a hyperlink button as well.
When i am clicking the button,the URL and the content is not loading and i am getting a white screen only. Do i need to add some logic to load the URL in same page ? please suggest
User | Count |
---|---|
68 | |
9 | |
8 | |
7 | |
7 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.