Hi,
We are using a BrowserFrame element to display content in an iframe. Works fine, now we added an ‘Fullscreen’ button to the content of the iframe and I need to set the
allowfullscreen
attribute in the iframe.
I didn’t find a
setallowfullscreen()
method. Is there a way to set this attribute for the BrowserFrame? setParameter is not available.
Thanks
Klaus