So I am creating my first webpage catered to mobile browsers. What are some things to consider?
-
How do I get the resolution right for different devices (Blackberries, iPhones, iPads, etc.)? Is there a common method that people are using? Some sort of framework?
-
How do I prevent zooming (on most touch screen phones, you can zoom in by pinching)?
-
What are some other things to keep in mind?
There are a ton of good practices to follow. Here are a few:
widthflexible (100% or close to it) so that it expands to fill the screen Do not make people horizontally scroll the page.css, add extraline-heightfor easier reading.css, add extraletter-spacingbetween numbers in phone numbers, for easier reading.a hrefsso that it is easier to click/touch a link.HTML5 form typesso that modern browsers will use the appropriate keyboards… http://diveintohtml5.ep.io/forms.html