Is there going to be any difference in applying the CSS Media Queries for detecting the iPad 3 or the new iPad?
Also the iPad 1 and iPad 2 returned device-width as 768px in both orientations. So is that the same on iPad 3 as well ?
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.
The Media Queries for the new iPad (or iPad 3) remains almost the same.
So if you check for min-device-width as 768px, it would still work for the new iPad. However, to give a more specific query, you can check for device-width between 1536 px and 2048 px.
There is a very good tutorial on using CSS Media Queries at
http://itunes.apple.com/in/app/designmobileweb/id486198804?mt=8