How can I ensure that my fixed width website always appears fully zoomed in on Webkit browsers such as iPhone and Android?
Currently, the site looks good on an iPhone but appears too small or zoomed out on higher resolution Android phones.
I have tried using this viewport:
<meta name="viewport" content="user-scalable=yes, width=device-width, target-densityDpi=device-dpi, initial-scale=1.0" />