How to force full screen of interactive embedded player

I am using my own button to trigger the full screen

player.setFullScreen(true); doesn’t seems working

Sounds like it might be broken until the upcoming player changes:

ah Okay, BTW this is the exact error been thrown

Failed to execute ‘requestFullscreen’ on ‘Element’: API can only be initiated by a user gesture.

Uncaught (in promise) TypeError: fullscreen error

that looks more like a browser blocking issue, to prevent automated full screening.

Similar to the autoplay audio changes.

So that might not get fixed as browsers block the ability now.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.