diff --git a/c55930et90.js b/c55930et90.js index 6901fab..a72560d 100644 --- a/c55930et90.js +++ b/c55930et90.js @@ -2,14 +2,6 @@ if (!this.entityLoaded) { return; } -/* - -*/ -//if (data.meta.pinch || data.meta.inward) { -// if (this.dom.fullscreen) { -// this.dom.exitFullscreen(); -// } -//} if (!this.initialized) { @@ -22,10 +14,20 @@ if (!this.initialized) { } if (data.meta.zoom || data.meta.outward) { - if (!this.dom.fullscreen && !this.requested) { +/* if (!this.dom.fullscreen && !this.requested) { + console.log('requesting fullscreen'); this.dom.requestFullscreen(); this.requested = true; - } + }*/ + /* + +*/ +//if (data.meta.pinch || data.meta.inward) { +// if (this.dom.fullscreen) { +// this.dom.exitFullscreen(); +// } +//} + } var touch = data[Object.keys(data)[0]];