Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

CSS

iPad3 and the Retina Display!

Hello all.

Is there any other special meta tag to target the iPad3 or it`s just the same meta tag we usually use?

I face a problem with the latest version of safari for the iPad3, and the problems are in the iPad3 and do not appear on the iPad2!

It's hard to help without knowing more about the issue you are seeing. Please edit your original post with to include a screenshot and a link to your site.

1 Answer

Randy Hoyt
STAFF
Randy Hoyt
Treehouse Guest Teacher

James is correct. Would you mind adding a screenshot?

Yes James is right, but actually it's little bit complicated to put it on codepen or jsfiddle, I use jQueryMobile so may I will make a simple example illustrate what the problem and I`ll link that for you, Thank you so much all for your continuous help!

so may I will make a simple example illustrate what the problem and I`ll link that for you

That's always a good idea whenever you run into an issue and are asking for help about it online. In fact there's even name for that practice, It's called a reduced test case.

So what is a reduced test case, anyway?

A reduced test case is a demo/example page you create which reproduces the problem you are having with the least amount of code possible. Only the HTML needed to show the problem content. Only CSS that is related to that reduced HTML. Only the JavaScript related to the problem functionality at hand.

source: http://css-tricks.com/reduced-test-cases/