Mobile app version of vmapp.org
Login or Join
Sarah324

: Which screen resolution should I target for modern mobile phones? Possible Duplicate: Building for different screen sizes I am developing a site which needs to work on mobiles as

@Sarah324

Posted in: #Mobile #ResponsiveWebdesign #ScreenSize #WebDevelopment #WebsiteDesign

Possible Duplicate:
Building for different screen sizes




I am developing a site which needs to work on mobiles as well.

I avoid specifying width and height by pixel. Mostly I am using percent for that but sometimes I need a specific area. for example, 300px div element.

Which screen resolution should I target for modern mobile phones in general?

I know it varies but what is the higher number. Most of my concerns are iPhone, Windows Phone and Android.

10.02% popularity Vote Up Vote Down


Login to follow query

More posts by @Sarah324

2 Comments

Sorted by latest first Latest Oldest Best

 

@Murphy175

For most modern mobile browsers site designs based on a 960 pixel grid will work fine. You may want to allow for a generous margin though, making the effective size about 800 pixels. There are some devices, such as early iPhones, that won't work quite as well at this size but you said you wanted to primarily support modern/current mobile browsers.

Also remember that most people doing mobile browsing will pivot to a landscape orientation when view standard websites. For content heavy sites, you may find more success with tablet users by going with a single column and using a magazine like layout (they love this).

Another key thing to remember is that mobile users love pinch-zoom functionality and dislike dropdown menus and collapsible regions.

10% popularity Vote Up Vote Down


 

@Goswami781

I would say 320px sounds about right for Smartphones, with iPads jumping up to 768px.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme