Related app/team name (not a must if you want to keep it private): Fuze.tv
Issue Description:
With a default html5 video element, when switching to fullscreen mode a visual glitch occurs - as the app view disappears and only after a noticeable amount of time the full screen appears.
Happens in our app by blinking the entire UI. When reproduced in Overwolf’s browser, the behaviour is a bit different, but yet glitching at the same timing.
Can you reproduce it (exact steps to reproduce):
Quick reproduce method 1:
1.1. browse to https://www.w3schools.com/html/tryit.asp?filename=tryhtml5_video via Overwolf browser
1.2. click on the full-screen control.
Quick reproduce method 2:
2.1. create an app with the following content in the HTML file:
<!DOCTYPE html>
<html>
<body>
<video width="400" controls>
<source src="https://www.w3schools.com/html/mov_bbb.mp4" type="video/mp4">
</video>
</body>
</html>
2.2. run the app and click on the full-screen control.
Impact for my app: (Minor)
Cannot say the impact is major, but it is a noticeable issue. We are focused on video consumption and this behaviour is not aligned with the acceptable standards in the industry (it’s annoying)
Do you currently have a workaround?
No.
Attached at https://drive.google.com/drive/folders/166AH1fCdGItNR0hncPEmVglLZmgPGKxg?usp=sharing
- experience in Fuze app: video + frame by frame screenshots
- experience via Overwolf browser (repro steps): video + frame by frame screenshots