Before I go stripping out parts to see if I have interference from other actions/components, can someone please confirm if in a published site they can trigger ‘fullscreen’ view of any embedded content? Or is this a possible known limitation @aurelie given how the html/iframe elements are being nested in other ww-divs?
I’ve tried isolating the issue and can’t get fullscreen for embedded content such as YouTube or Tableau dashboards etc.
Yea just tried the youtube plugin and it works, but the embedded content I’m most interested in expanding to full screen is an embedded Tableau dashboard.
For the purposes of trying to diagnose why it wouldn’t work I was using youtube as a more common content type as an exemplar to the issue I’m experiencing. Hence my curiosity if others, are experiencing a similar behaviour when something is embedded within the HTML element.
Ah ok thanks, can I ask you to create a ticket on support.weweb.io ? We need to allow more time on this to figure out what’s the issue, we will handle it in the next two weeks
Elevating this issue again to see if anyone has a solution. I’ve submitted a ticket but eager for a solution.
The challenge remains that when embedding content in the HTML element, the content won’t enter Full Screen mode in the published application. However, in the editor it works as expected.
DevTools Console:
“Failed to execute ‘requestFullscreen’ on ‘Element’: API can only be initiated by a user gesture.”
Hi, I think it’s because the “refresh on resize” option is toggled ON. As the page resize when the fullscreen is setting up, it refresh the element and cancel it, the “refresh on resize” behave only in the published app, it’s probably why the fullscreen works on the Editor