Boston University seeks ban on Apple, Amazon, and Samsung products over patents
arstechnica.com4 pointsby lancer3830 comments
<meta name="viewport" content="width=device-width, initial-scale=1, user-scalable=0">
Removing that little "user-scalable=0" should fix it, as being able to zoom in on a page is a nice feature, and shouldn't be disabled unless there is a really good reason. @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (-o-min-device-pixel-ratio: 1.5/1),
only screen and (min-resolution: 144dpi),
only screen and (min-resolution: 1.5dppx) {
width: 260px;
} <meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
<style>
html {background-color:#000;}
body {background-color:#fff; border-radius:6px}
</style>
Before: http://i.imgur.com/usg7GfW.png
After: http://i.imgur.com/chvY7V5.png