Apr
18th
12
Wed
18th
12
Make sure your viewport meta tag has user-scalable=no; Thus…
<meta name=”viewport” content=”width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=no;”>
This is pretty great.
(via The Difference Between UX and UI: Subtleties Explained in Cereal | Design.org)
Very interesting observation about applying top: 0 to absolutely positioned elements to improve frame rates.