Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

New Ipad - Why is Safari's resolution still 1024x768?

I am a bit disappointed. Safari tells the web server still has a resolution of 1024 x 768 pixels - so you have no chance to get wider web pages rendered correctly - I hope this will be fixed.

iPad, iOS 5.1, iPad 3rd Generation

Posted on Mar 16, 2012 2:25 AM

Reply
10 replies

Mar 16, 2012 5:04 AM in response to ThiemoB

ThiemoB wrote:


this won't be changed, since it is intended to be as it is right now. That's the same with Retina-iPhone for years now, it keeps telling the sites it has a device-width of 480px, although it has 960px.

Why would somebody want to have a website with 2000px width on a 10" screen?

Maybe they have really really really good eyesight? 😉


Good point though. I guess the point of the Retina Display on the iPad (3rd Gen) is to make websites clearer not make more of it fit on the screen

Mar 16, 2012 5:40 AM in response to sewi

You own an Apple device, no way to chose what you want 😉 There's a good chance you can't even change this on an Android-Hi-Res-Tablet (later this year). That's because there is just no reason someone would want the page to be displayed at 2000px width, that's ridiculous. If you own the site, you can do it via css. But other users with Hi-Res-Displays will be really annoyed if you do so.

Mar 23, 2012 10:17 AM in response to sewi

dude... making the site 2000px wide is ridiculous. just use the snippet below in your CSS. that way the page comes up "full screen" on any device/screen. Place the content you want centered within the wrapper.


body {

width: 100%;

margin: 0;

}


#wrapper {

width: 960px;

margin: 0 auto;

}


You can also use CSS3 media queries to query the device height and width so that the page looks appropriate on particular devices. Keep in mind, you will of course be using the "Virtual Pixel" count of 1024x768 as opposed to the real pixel count of 2048x1536. So you could run a query calling on a different stylesheet for device screens between 500-800px (iPad 1, 2, 3) and another for device screens under 500px (iPhones).


And yea... fuzzy sites/images bother me. I want to know how to optimize without adding an entirely second set of images to my site and using agent detection strings. that's bloated.

Aug 7, 2012 8:08 AM in response to SLSettles

It's me calling you stupid (you're stupid) but actually being the idiot myself (your stupid). It's a metaphor regarding the banter that takes place on discussion forums in general.


Anyway though... to expand on my post a while back... I found the answer I was looking for, which at this point is probably already well known. But for anyone still interested, no need to create two sets of images... however ultimately most legacy sites will need to be redone. The fix for Retina Displays on the web is to simply design all new sites at the higher resolution and then use the CSS attribute max-width to set the correct pixel width which should be the same as usual.


So the image displays at the correct proportions on the page, however has the greater pixel density to show up nice and crisp on the Retina Displays.


Cheers.

New Ipad - Why is Safari's resolution still 1024x768?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.