Update src/plugins/htmlVideoPlayer/plugin.js
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
parent
b67a064d75
commit
7f81f5b3f1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue