> I am developing a web page that is designed for viewing on an Android 
> phone.
> 
> The width is fixed at 320 pixels.
> 
> For some reason, when I view my web page on my Android phone (HT-03A), 
> it scales the page down, so there is all sorts of extra space on the 
> right of the viewport.
> 
> I just want the page to remain at a pixel ration of 1:1. No scaling.
> Just leave it as it is.
> 
> A while back I got some help on this list which helped me scale my 
> pages for iPhones. Basically just with the following meta tag:
> 
> <meta name="viewport" content="target-densitydpi=device-dpi" content="
> user-scalable=no" content="width=device-width; initial-scale=1.0; 
> maximum-scale=1.0;" />

You have three content value in there, is that kosher?

I'd try this:
<meta name="viewport" content="width=device-width; initial-scale=1.0;
maximum-scale=1.0; target-densitydpi=device-dpi " />


--
Regards,
Thierry
www.tjkdesign.com | www.ez-css.org | @thierrykoblentz

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to