]> code.delx.au - comingnext/commitdiff
Added some more debug info to the log for fixing E6 fullscreen on homescreen issue.
authorMichael Prager <mail@michaelprager.de>
Tue, 20 Mar 2012 20:10:11 +0000 (21:10 +0100)
committerMichael Prager <mail@michaelprager.de>
Tue, 20 Mar 2012 20:10:11 +0000 (21:10 +0100)
This might be useful in other situations so I include this in the official build.

comingNext/index.html

index cdf09a23594a4f1e04c51097234afe1327997a50..1698a4b4e7e79d401898b80824365156fc37bbca 100644 (file)
@@ -960,7 +960,7 @@ function updateData()
 // called by handleOnShow() and onResize events\r
 function updateScreen()\r
 {\r
-       log('updateScreen()');\r
+       log('updateScreen(): mode=' + mode + ', window.innerHeight=' + window.innerHeight);\r
 \r
        // check if opening fullscreen\r
        if( window.innerHeight > 91 && mode == 0) {\r