Open
Description
Platform
Operating system and version:
Ubuntu 18.04.4 LTS
(also reproduced on windows 10)
OBS Studio version:
installed using ubuntu store snap version 25.0.7 rev 1063
Expected Behavior
A page that runs videoelement.requestFullscreen() should have that element go fullscreen
Current Behavior
The action is blocked with the message:
'requestFullscreen' on 'Element': API can only be initiated by a user gesture.
Steps to Reproduce
https://jsfiddle.net/saty9/xpntf1qc/3/
Should have enough to reproduce a page with the same issue. I believe it cant be hosted from a local file for testing as that may bypass the restriction (I haven't checked this)
Additional information
The video is displaying data from a webrtc stream in my usecase