Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
When I test my mobile website in various emulators I see that the design does not appear correctly in all devices.

If i adjust for one then the other goes bad. I am developing a mobile website for the first time. I need to fit my design in devices of all resolutions. For example if I have a form with 2 text boxes in the same line and i test this in iphone it looks fine but if i use a nokia phone, the 2 text boxes appear in 2 separate lines.

Also for any page i do not want a scroll to appear so that the user has difficulty in browsing. Please help.
Posted

1 solution

Here are some links which will give you a fair idea to start,

http://www.webcredible.co.uk/user-friendly-resources/web-usability/mobile-guidelines.shtml[^]
http://www.smashingmagazine.com/guidelines-for-mobile-web-development/[^]
http://www.utahta.wikispaces.net/file/view/Mobile+Web+Standards+and+Guidelines+7.17.09.pdf[^]

One important point to emphasize is whenever you design the page with controls, try to specify the width of the control in "%". So, that controls change their width as per the resolution.

Hope this helps.
cheers
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900