Hello all!
Now I am aware of the general limitations around HTML in AppStudio; text only support. So I went ahead and downloaded the source, added the project to Visual Studio, found the HTML file located in the shared resources folder and added the following iframe HTML code:
<iframe src="http://www.twitch.tv/theattack/embed" frameborder="0" scrolling="no" height="378" width="620"></iframe><a href="http://www.twitch.tv/theattack?tt_medium=live_embed&tt_content=text_link" style="padding:2px 0px 4px; display:block; width:345px; font-weight:normal; font-size:10px;text-decoration:underline;">Watch live video from TheAttack on www.twitch.tv</a>
As well as the iframe embed for the chat channel:
<iframe src="http://www.twitch.tv/theattack/chat?popout=" frameborder="0" scrolling="no" height="500" width="350"></iframe>
When I build/compile/run the app, nothing on my HTML page shows, at all. I really would appreciate any insight into embedding videos, streams or general iFrames (in VS using the source of my app), as it would be crucial for what I am trying to achieve.
Any input/feed would be greatly appreciated.