I need to be able to create html5 code dynamically and pass it to showWebPopup. I could do this if showWebPopup accepted the code as a string but because of the multiple "s it gives an error. I cant do it with an html file because I need to create the html5 code dynamically. How can I do this?
Also I tested the following html code, by creating the file i see the webpopup but the audio does not play. The code works in chrome. The url below is fake.
\<audio src="http://radiourl" autoplay\>\</audio\>
Why doesn’t it work with showWebPopup?
Thank You.