summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/js/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/www/js/index.js')
-rwxr-xr-xStoneIsland/platforms/ios/www/js/index.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/www/js/index.js b/StoneIsland/platforms/ios/www/js/index.js
index 72358e0e..eb3b32b9 100755
--- a/StoneIsland/platforms/ios/www/js/index.js
+++ b/StoneIsland/platforms/ios/www/js/index.js
@@ -83,6 +83,10 @@ var app = (function(){
image.src = "./img/compass-logo.png"
}
+ if (is_iphone_x) {
+ StatusBar.hide()
+ }
+
app.view = null
app.router = new SiteRouter ()