Skip to content

Commit 880275c

Browse files
committed
Added shrink-to-fit=no
1 parent 97bba5f commit 880275c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • resources/Project Templates/Full Screen Mobile

resources/Project Templates/Full Screen Mobile/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<meta name="apple-mobile-web-app-capable" content="yes" />
1111
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
1212
<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" />
13+
<meta name="viewport" content="initial-scale=1 maximum-scale=1 user-scalable=0 minimal-ui shrink-to-fit=no" />
1414
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
1515
<!-- non-retina iPhone pre iOS 7 -->
1616
<link rel="apple-touch-icon" sizes="57x57" href="icons/app_icon_57x57.png">

0 commit comments

Comments
 (0)