hey there,
having a problem with viewport on an android device.

sample page:
http://www.merkwelt.com/people/stan/viewport_test/

Page Markup:
<html><head>
        <meta name = "viewport" content = "width = device-width;
initial-scale=1.0; maximum-scale=1.0; user-scalable=no;" />
</head>
<body style="padding:0px;margin:0px">
        <img 
src="http://img.ffffound.com/static-data/assets/6/5ecad852a50905d367d745dd7c40b02bd153d7cf_m.jpg";
width="240" height="150" />
</body><html>

Very simple, set width to device width. Works perfectly on iphone and
ipod. On android however with a display of 480x854 it seems to enlarge
to image, I haven't found a way around it. I want the browser not to
touch any of my dimensions.

Its not truly an iphone issue, but I assume this is interesting nevertheless.

I should note that I have this problem on the Android SDK emulator
with 480x854 screen. But I assume that this is not just a SDK issue.


-- 
"Local color. Soak it up"
Virginia Vidaura

http://www.merkwelt.com/people/stan/

-- 
You received this message because you are subscribed to the Google Groups 
"iPhoneWebDev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/iphonewebdev?hl=en.

Reply via email to