From acee2a7fad9b9ea724c6f680f11b4499b29126d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=93=D0=BB=D0=B0=D0=B2=D1=80=D0=B5=D0=B4=20=7C=20Glavred?= Date: Mon, 28 Dec 2020 15:12:59 +0300 Subject: [PATCH] =?UTF-8?q?=D0=98=D0=B7=D0=BC=D0=B5=D0=BD=D0=B5=D0=BD?= =?UTF-8?q?=D0=B8=D1=8F=20=D0=BE=D1=82=20=D0=93=D0=BB=D0=B0=D0=B2=D1=80?= =?UTF-8?q?=D0=B5=D0=B4=D0=B0=20=D0=93=D0=B8=D1=82=D0=96=D0=A1=20|=20Chang?= =?UTF-8?q?es=20of=20GitJS=20Glavred?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 0000 | 2 +- full-screen-helper.js | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/0000 b/0000 index 2ddf72a..c62860d 100644 --- a/0000 +++ b/0000 @@ -1,5 +1,5 @@ Проверить Full Screen Helper -0.1.1 +0.1.2 https://git.opengamestudio.org/kornerr/nPOBEPuTb-FullScreenHelper /full-screen-helper.js diff --git a/full-screen-helper.js b/full-screen-helper.js index 7e90387..170cdf0 100644 --- a/full-screen-helper.js +++ b/full-screen-helper.js @@ -144,6 +144,7 @@ } function fallbackRequest(element) { + console.debug("fallbackRequest"); if (!escEvt) { escEvt = true; @@ -162,6 +163,8 @@ } useviewport = allowviewport; + + console.debug("fallbackReqeust.userviewport"); if (useviewport) request(element); } @@ -199,6 +202,8 @@ element = isValid(element); if (!element) return; + + console.debug("element is valid"); if (sc) { element.requestFullscreen();