Is there a way to redirect for mobile web pages; and what is the best layout for mobile browsers? I currently have my pages set to relative sizing via percentages.
Share
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.
Take a look at WURFL. It will give you information on mobile device’s capabilities that you will be able to use to render your mobile pages accordingly.
It has binging for a lot of server side languages, including, but not limited to, PHP, ASP.NET and Java.
You will configure your web application to include information about the device for each request. You will use that information to render mobile web pages.