This commit is contained in:
Kyle
2019-08-10 11:53:44 -07:00
parent ab8b345b68
commit ea9cb2f6b0
2 changed files with 9 additions and 4 deletions

View File

@@ -12,6 +12,7 @@ function fullscreen() {
} else if (grid.mozRequestFullScreen) {
grid.mozRequestFullScreen()
} else if (grid.webkitRequestFullscreen) {
alert("ok")
grid.webkitRequestFullscreen()
} else if (grid.msRequestFullscreen) {
grid.msRequestFullscreen()

View File

@@ -14,7 +14,12 @@
<meta name="theme-color" content="#64ca2f">
<!-- Other things -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1, user-scalable=0">
<meta name="apple-mobile-web-app-title" content="LifeCounter" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1, maximum-scale=1, user-scalable=no">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<!-- Here's the stuff that does things? -->
<script type='application/ld+json'>
{
@@ -115,11 +120,10 @@
width: 100%;
height: 100%;
align-items: center;
display: none;
/*display: none;*/
}
.mainGrid:fullscreen {
cursor: crosshair;
display: inline-block;
/*display: inline-block;*/
}
.playerBox {
/*background-color: #454;*/