diff --git a/c55930et90.js b/c55930et90.js index 528509a..adf5652 100644 --- a/c55930et90.js +++ b/c55930et90.js @@ -10,16 +10,22 @@ if (!this.initialized) { } if (data.meta.zoom || data.meta.outward) { + + if (this.requested) { + return; + } + if (!this.dom.fullscreen) { this.dom.requestFullscreen(); + this.requested = true; } } -if (data.meta.pinch || data.meta.inward) { - if (this.dom.fullscreen) { - this.dom.exitFullscreen(); - } -} +//if (data.meta.pinch || data.meta.inward) { +// if (this.dom.fullscreen) { +// this.dom.exitFullscreen(); +// } +//} if (!this.initialized) {