how can I get my fixed-width mobile website to always appear "fully zoomed in"?
Posted
by Kevin
on Stack Overflow
See other posts from Stack Overflow
or by Kevin
Published on 2010-06-03T22:02:43Z
Indexed on
2010/06/03
22:04 UTC
Read the original article
Hit count: 422
how can I get my fixed width site to always appear "fully zoomed in" on webkit (iphone and android) browsers?
right now, it looks fine on an iPhone and "too small/zoomed out" on an Android phones that have higher resolution.
i'm trying this viewport:
<meta name="viewport" content="user-scalable=yes, width=device-width, target-densityDpi=device-dpi, initial-scale=1.0" />
© Stack Overflow or respective owner