We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97bba5f commit 880275cCopy full SHA for 880275c
1 file changed
resources/Project Templates/Full Screen Mobile/index.html
@@ -10,7 +10,7 @@
10
<meta name="apple-mobile-web-app-capable" content="yes" />
11
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
12
<meta name="apple-mobile-web-app-title" content="Phaser App">
13
- <meta name="viewport" content="initial-scale=1 maximum-scale=1 user-scalable=0 minimal-ui" />
+ <meta name="viewport" content="initial-scale=1 maximum-scale=1 user-scalable=0 minimal-ui shrink-to-fit=no" />
14
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
15
<!-- non-retina iPhone pre iOS 7 -->
16
<link rel="apple-touch-icon" sizes="57x57" href="icons/app_icon_57x57.png">
0 commit comments