fix: return videoelement immediately after going fullscreen on tv
This commit is contained in:
parent
104e72fc4f
commit
469767aa50
1 changed files with 1 additions and 0 deletions
|
@ -1372,6 +1372,7 @@ function tryRemoveElement(elem) {
|
|||
if (options.fullscreen) {
|
||||
if (browser.tv && Screenfull.isEnabled) {
|
||||
Screenfull.request();
|
||||
return videoElement;
|
||||
}
|
||||
// don't animate on smart tv's, too slow
|
||||
if (!browser.slow && browser.supportsCssAnimation()) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue