From 2229f3c9ead7f40789d8c1430140f0691dbaa4ff Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sun, 19 Nov 2017 20:20:39 +0100 Subject: [PATCH] Update: CC - Touch Move (c55930et90.js) 46 bytes modified --- c55930et90.js | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) 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]];