From 531c60ee7ecbee516812d560b63a8317c3cf3590 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 25 Oct 2017 18:19:08 +0200 Subject: hide statusbar --- StoneIsland/www/js/index.js | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'StoneIsland/www/js/index.js') diff --git a/StoneIsland/www/js/index.js b/StoneIsland/www/js/index.js index 72358e0e..413c3bc5 100755 --- a/StoneIsland/www/js/index.js +++ b/StoneIsland/www/js/index.js @@ -82,6 +82,10 @@ var app = (function(){ var image = new Image image.src = "./img/compass-logo.png" } + + if (is_iphone_x) { + StatusBar.hide() + } app.view = null app.router = new SiteRouter () -- cgit v1.2.3-70-g09d2