v3.0.5
This commit is contained in:
@@ -164,8 +164,6 @@ class Fullscreen {
|
||||
return;
|
||||
}
|
||||
|
||||
console.warn(this.prefix);
|
||||
|
||||
// iOS native fullscreen doesn't need the request step
|
||||
if (browser.isIos && this.player.config.fullscreen.iosNative) {
|
||||
if (this.player.playing) {
|
||||
@@ -202,8 +200,6 @@ class Fullscreen {
|
||||
|
||||
// Toggle state
|
||||
toggle() {
|
||||
console.warn('TOGGLE');
|
||||
|
||||
if (!this.active) {
|
||||
this.enter();
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user