From: Vincent Vanwaelscappel Date: Thu, 2 Nov 2017 17:33:18 +0000 (+0100) Subject: wip #1777 @0.5 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5a2dc08c091cb0c67e1146e3095a5a6f1b7fb7b4;p=fluidbook-html5.git wip #1777 @0.5 --- diff --git a/js/main.js b/js/main.js index 0636a26f..301e87d2 100644 --- a/js/main.js +++ b/js/main.js @@ -100,6 +100,14 @@ try { DEVICE_READY = true; + setInterval(function () { + try { + StatusBar.hide(); + } catch (e) { + + } + }, 2000); + console.log('device ready !'); document.addEventListener("offline", onDeviceOffline, false); var manifest;