From 7f81f5b3f1e856ae0519d10ba677806f60df53eb Mon Sep 17 00:00:00 2001 From: imchasingshadows Date: Sat, 11 Sep 2021 21:03:23 +0200 Subject: [PATCH] Update src/plugins/htmlVideoPlayer/plugin.js Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com> --- src/plugins/htmlVideoPlayer/plugin.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/htmlVideoPlayer/plugin.js b/src/plugins/htmlVideoPlayer/plugin.js index 6d935ae88d..0f1e48a8bd 100644 --- a/src/plugins/htmlVideoPlayer/plugin.js +++ b/src/plugins/htmlVideoPlayer/plugin.js @@ -1367,7 +1367,7 @@ function tryRemoveElement(elem) { } if (options.fullscreen) { - if (browser.tv && Screenfull.isEnabled) { + if (!window.NativeShell && browser.web0s && Screenfull.isEnabled) { Screenfull.request(); return videoElement; }