Someone knows where i can find sample master pages for mobile sites in asp.net ?
I thought was just a matter of CSS, but obviously i was wrong..
I’m trying to build the mobile version of a restaurant website…
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I like to confirm, that is not only css. And in the page http://html5boilerplate.com/mobile/ there are some more parameters than just css.
The basic idea is that you page must be able to fit on a size of 320 pixel, or on 200 pixel width.
Second this meta tags are critical to make view correctly the page on mobile
This tags say to the mobile what is the size that the try to show, if this is not found the mobile is render it as is a 640 or 800 width browser and you get too small text and images.
So in my opinion, set this tags first, then fix your page and see how its look on mobile.