From 45222308767fa2fe90c3bf34142941ef36503fc4 Mon Sep 17 00:00:00 2001 From: Michael Prager Date: Tue, 20 Mar 2012 21:10:11 +0100 Subject: [PATCH] Added some more debug info to the log for fixing E6 fullscreen on homescreen issue. This might be useful in other situations so I include this in the official build. --- comingNext/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comingNext/index.html b/comingNext/index.html index cdf09a2..1698a4b 100644 --- a/comingNext/index.html +++ b/comingNext/index.html @@ -960,7 +960,7 @@ function updateData() // called by handleOnShow() and onResize events function updateScreen() { - log('updateScreen()'); + log('updateScreen(): mode=' + mode + ', window.innerHeight=' + window.innerHeight); // check if opening fullscreen if( window.innerHeight > 91 && mode == 0) { -- 2.39.2