Important Notice - Forums is archived
To simplify things and help our users to be more productive, we have archived the current forum and focus our efforts on helping developers on Stack Overflow. You can post new questions on Stack Overflow or join our Discord channel.

Vaadin lets you build secure, UX-first PWAs entirely in Java.
Free ebook & tutorial.
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?