fix: return videoelement immediately after going fullscreen on tv
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user