summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/index.html
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-10-25 18:19:08 +0200
committerJules Laplace <julescarbon@gmail.com>2017-10-25 18:19:08 +0200
commit531c60ee7ecbee516812d560b63a8317c3cf3590 (patch)
treef2d85569a113a6f9056de3fdd5d4272c0b3406a6 /StoneIsland/platforms/ios/www/index.html
parent4da1d17b84d25fb4b34e583e4bf3b64f5ad2e147 (diff)
hide statusbar
Diffstat (limited to 'StoneIsland/platforms/ios/www/index.html')
-rwxr-xr-xStoneIsland/platforms/ios/www/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/index.html b/StoneIsland/platforms/ios/www/index.html
index 0b10cd52..a7c6bacb 100755
--- a/StoneIsland/platforms/ios/www/index.html
+++ b/StoneIsland/platforms/ios/www/index.html
@@ -16,7 +16,7 @@
<meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no">
- <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width">
+ <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width, height=device-height, viewport-fit=cover">
<link rel="stylesheet" type="text/css" href="css/fonts/fonts.css">
<link rel="stylesheet" type="text/css" href="css/fonts/ionicons.css">
<link rel="stylesheet" type="text/css" href="css/vendor/flickity.css">