fps upgrades

This commit is contained in:
Adam Bradley
2015-05-28 15:16:09 -05:00
parent 471b2cede3
commit 0b96723a4d
11 changed files with 78 additions and 90 deletions

View File

@@ -2,8 +2,24 @@
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no" />
<!-- https://www.chromium.org/developers/design-documents/chromium-graphics/how-to-get-gpu-rasterization -->
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no" />
<link href="/css/ionic.css" rel="stylesheet">
<style>
/* hack to create tall scrollable areas for testing using <f></f> */
f {
display: block;
margin: 10px auto;
max-width: 200px;
height: 200px;
background: blue;
}
f:last-of-type {
background: red;
}
</style>
</head>
<body>