From: Michael Prager Date: Tue, 20 Mar 2012 20:10:11 +0000 (+0100) Subject: Added some more debug info to the log for fixing E6 fullscreen on homescreen issue. X-Git-Url: https://code.delx.au/comingnext/commitdiff_plain/45222308767fa2fe90c3bf34142941ef36503fc4?ds=sidebyside 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. --- 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) {