Hi Community,
I am trying to add below code in HTMLText property of HTMLText control
"<iframe src='https://www.w3schools.com' title='W3Schools Free Online Web Tutorials'></iframe>"
and it is displaying nothing as output as per below screenshot.
you can replace your url and check the same.
Want to add that if I use different tag like label and progress its showing me correct output
for eg. If I write "<label for='file'>Downloading progress:</label>
<progress id='file' value='32' max='100'> 32% </progress>"
It will show output as below screenshot
It would be great if any one can resolve my issue or confirm that this issue is from powerapps side.
Thanks & Regards,
Kandarp Jadfva
Solved! Go to Solution.
Hi @kandarp28 :
I'm afraid that html text control do not support IFRAME tag.If you want to insert web pages in Canvas App, I suggest you consider using IFRAME component:
Implementing a IFRAME component
Best Regards,
Bof
<iframe src="https://www.youtube.com/embed/123" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen=""; width = "100px"; height= "100px"></iframe>
There might be videos that don't work with embebed though...
But you can try that.
And you can try setting a width and height in your code, thre might be it to.
If you need additional help please tag me in your reply and please like my reply.
If my reply provided you with a solution, pleased mark it as a solution ✔️!
Best regards,
Gonçalo Nogueira
Check my LinkedIn!
Check my User Group (pt-PT)!
Last Post on Community
My website!
Hi @kandarp28 :
I'm afraid that html text control do not support IFRAME tag.If you want to insert web pages in Canvas App, I suggest you consider using IFRAME component:
Implementing a IFRAME component
Best Regards,
Bof
Hello, I can't find how to activate this <iframe> option in a canvas.
how can i find it? Thank you
User | Count |
---|---|
161 | |
85 | |
68 | |
63 | |
61 |
User | Count |
---|---|
212 | |
146 | |
93 | |
81 | |
67 |