Does anyone out there know if its possible to show a working version of a mobile site in a web portfolio? Wondered if there was an emulator that could be used for this purpose?
Any ideas, please give me a shout.
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.
If you’re using device detection on the mobile site, the easiest way would be to have a flag in your URL that will make the site think it’s serving a mobile client and not a web client. This depends on your implementation, but spoofing the device is the easiest way. Makes it easier to debug as well.