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;
}