Apple Intelligence is now available on iPhone, iPad, and Mac!

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

Screen size for ipad-friendly web sites?

What is the ideal screen size for the ipad ?

I am designing a site using iweb 09 www.casasnaareia.com currently 1000px wide and 480px high

Any thoughts / suggestions much appreciated !

*I may receive some form of compensation, financial or otherwise, from my recommendation or link.


<Edited by Host>

MacBook, Mac OS X (10.5.2)

Posted on Mar 28, 2011 8:43 AM

Reply
47 replies

Mar 28, 2011 1:50 PM in response to edos

The iPad screen is 1024-by-768-pixels. You could set the page width to the 1024 if you wanted to utilize a wider view requiring the iPad to be rotated. This would necessitate more scrolling but that's easy with the iPad.

Or use 768 for the width for the normal iPod orientation and less scrolling. Personally I would let the height of the page be larger as it's faster to scroll up and down a page than to move to a new page to get additional information.



OT

Nov 4, 2011 10:08 AM in response to Rick A

Well, the question should really have been, "What is the ideal page width for the iPad?".


The answer is that there isn't one since the iPad, like most portable devices, has two screen widths depending on whether its used in portrait or landscape mode.


If you are designing a layout specifically for the iPad, one solution is to use a folding design where the sidebar folds down to the bottom in portrait and jumps back up to the side in landscape. This will only work for personal computers and iPads.


The popular way of designing a layout to suit a large range of portable devices is to use a liquid, or semi liquid, layout that will automatically adjust to the fixed width browsers used on these devices.


Something like this...


User uploaded file


User uploaded file

Neither of these methods are possible using a template based editor like iWeb and this is probably one of the main reasons that Apple has given up on the application. Surfing the internet on mobile devices is growing daily and its now become essential to have a mobile version of your website or one that can be viewed on all devices.

Jul 4, 2012 9:59 AM in response to Community User

Setting the "viewport" meta tag appropriately will take care of things on mobile devices.


If you want to control the width in desktop and laptop browsers, set a reasonable max-width which would be about 980px. Since its not a good idea to use column layouts for mobile devices, I set the max-width a lot less than this.


If you use a single column liquid layout with the header and footer divs inside the main content div, you can apply this max-width to the content div.


Otherwise, add a "wrap" inside the opening and closing body tags and apply the max-width to it.


Columns can be made to fold down for narrower devices but this creates a long, long page for smart phone users.


Web designers who like to impress with all the whistles and bells will have a hard time adapting to mobile design where less is definitely more. I am constantly looking for ways to simplify mobile designs. Here's a test site which I have named "simple"...


http://www.ezmacwebdesign.com/simple/


You can look at the source to see how little code is used compared with an average web page. The navigation is adapted from a standard "select" drop down using some javascript to get the items to act as hyperlinks. This is how it works on the iPhone...


User uploaded file


There probably is some law against doing this but it seems to work OK.


iWeb is actually quite useful for deciding how much content to add for mobile devices. While doing this design for iPhone...


http://www.iwebformusicians.com/iWeb/Mobile-iWeb.html


... it struck me that I could set up a page with a width of 320px and a height of about 1500px to see how much content I could get into it as a rough guide to what is reasonable for smart phone users.

Mar 28, 2011 9:20 AM in response to edos

but does not really answer my question


Yes, it does. But finding out requires more than the 9 minutes between my previous post and your reply.

I am really wondering how wide can I go without needing to scroll with the ipad or is the screen automatically resized ?


The screen is not resized. It's a bit hard to do that. It's made of glass.

So I gave samples of pages that shows how to calculate the width and height of a page without scrolling.

http://myipad.atspace.com/size/768-946.html


guess I need to play around with an ipad for a while and test the site ...


Until I have the money for the real thing, I use the iPad simulator that came with the Xcode SDK.

Mar 28, 2011 11:55 PM in response to edos

maybe you did not understand the question ?


Maybe you didn't understand the answer.

Here are 5 ideal sizes :

http://myipad.atspace.com/size/768-946.html
http://myipad.atspace.com/size/800-985.html
http://myipad.atspace.com/size/848-1045.html
http://myipad.atspace.com/size/900-1109.html
http://myipad.atspace.com/size/980-1208.html


Try them all and see which one is the ideal one.

Nov 4, 2011 10:19 AM in response to Roddy

Absolutely agree, but I think the OP was just looking for the basic dimensions, whether they're 1024 x 768 or 768 x 1024. That's what I was looking for, not a series of condescending and snarky comments that never revealed the info.


First responder could've easily said the above, and then, for more info and variables, see these links...


As the immortal Rodney King once said, "...can we all get along?"


Just my two cents...

Nov 4, 2011 10:43 AM in response to Rick A

I suppose the whole topic is superlfuous since its not possible to build a website that's "ideal" for the iPad using iWeb due to the fact that it does have two screen widths!


It certainly didn't answer the OP's questions since a quick look at his website will show that it is not really suitable for viewing on an iPad in either landscape or portrait mode.

Nov 4, 2011 11:52 AM in response to josemari

Its not that they don't display OK. After all, the iPad in landscape mode is as wide as a lot of laptops.


iWeb built sites can be made more mobile friendly by using fingertip sized buttons for navigation, the appropriate input types for launching specific keypads in contact forms and optimizing the files before upload to the server.


There are also quite a few JQuery slideshows out there that allow portable device users to finger swipe through the images.


Avoid dragging movie and music files onto iWeb pages since these require the QuickTime plugin. Use HTML5 - with fallback to flash for those browsers that don't suport it.


Avoid flash completely or, at least, provide fallback to HTML5 if possible. And so on...

Mar 27, 2012 3:59 PM in response to Wyodor

The screen is not resized. It's a bit hard to do that. It's made of glass.

I believe he meant if the content of the screen resized... *cough* *cough*


Also, Roddy's reply about a "semi-liquid" screen format is probably the most usable format across all devices. However, if you are just aiming your site at iPad users, a 1024 wide x 768 tall format will be the most intuitive to use, based on my own iPad usage.


🙂

Mar 28, 2012 11:54 AM in response to edos

You will need to take into consideration the new iPad screen which is 2048-by-1536-pixel resolution at 264 pixels per inch (ppi).


Create two test pages in your site, one at 2048-by-1536-pixels and the other at 1024 x 768. Add some items that can be used to check for resolution and appearance to both and make your decision based on which looks best.


OT

Apr 3, 2012 2:45 PM in response to Community User

Safe? Of course they are safe. Nobody will get hurt.

All examples above only show vertical dimensions ...

That's because I WANTED them that way. It's intentionally. On purpose. And if my visitors do not like it vertical they can turn the device 90 degrees. I won't hurt my feelings.


So you are totally, absolutely, 100% free, with no obligations whatsoever, to create the pages the way YOU want them.


And to see what rubbing a finger over a sheet of glass can accomplish, visit my "Made on an iPad" HTML Egg pages :


http://www.wyodor.net/htmlegg/


Have fun.

Screen size for ipad-friendly web sites?

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