Skip to content

Commit

Permalink
Attempt to fix Chrome Android issue where viewport height is sometime…
Browse files Browse the repository at this point in the history
…s reported incorrectly.
  • Loading branch information
lanceewing committed Mar 31, 2024
1 parent 2d11f23 commit e30d42d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion html/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<title>AGILE - An HTML5 implementation of Sierra On-Line's AGI interpreter</title>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta id="gameViewport" name="viewport" content="width=device-width initial-scale=1">
<meta id="gameViewport" name="viewport" content="width=device-width, initial-scale=1.0, interactive-widget=resizes-content">
<meta name="theme-color" content="#000000">
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
Expand Down

0 comments on commit e30d42d

Please sign in to comment.