setting 'allowfullscreen' for a BrowserFrame ?

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

I have the same issue. I display a content from an othre webapp in an iframe which contains an html5 video tag. The player does not allow to switch full screen, and I cannot set the allowFullScreen flag on the iframe tag. Has anybody a quick solution?