Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

Some sites do not work in mobile browsers. Often this is caused by specific CSS attributes or missing HTML meta tags.

For example the HTML tag <meta name="viewport"...> is required for correct scaling of the page. Or the CSS attribute overflow: scroll; in a div on the page does not work on iPad as expected.

What specific Tags/Attributes does a HTML developer need to understand and use when enabling a page for mobile browsers?

share|improve this question
4  
This strikes as a web programming question, not a user interface question. – Hisham Dec 6 '10 at 18:25
3  
@Witek Try asking on stackoverflow.com or doctype.com. This site is for design questions, not implementation questions. – Rahul Dec 6 '10 at 21:06
A very good resource for people interested in mobile browsers is Quirksmode.org. The blog section regularly has excellent articles about the changing state of the mobile world, and developer articles about how to code for mobile browsers. He also has a set of browser compatibility tables which are very handy for seeing which features you can use in which browsers/platforms. – Spudley Feb 14 '11 at 15:36

migrated from ui.stackexchange.com Feb 14 '11 at 12:03

1 Answer

up vote 1 down vote accepted

The world is mobile, we as user interface experts have to rise to the challenge and face the future!

A couple of awesome resources to look at for developing mobile sites are the opera dev teams articles & W3C standards on CSS for Mobiles.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.