]> _ Git - fluidbook-html5.git/commitdiff
wip #1777 @0.5
authorVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 2 Nov 2017 17:33:18 +0000 (18:33 +0100)
committerVincent Vanwaelscappel <vincent@cubedesigners.com>
Thu, 2 Nov 2017 17:33:18 +0000 (18:33 +0100)
js/main.js

index 0636a26f646b18853b9ba8aabbdbe691129fa435..301e87d2f87653148435779abcec54c3e7235634 100644 (file)
@@ -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;