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

Iphone Simulator

I am looking for the iPhone Simulator in Device-Specific Media Queries. I saw a couple of people have asked the same thing and answer was it is only available in OSX, which I am using. But where in OSX is it? :p

A quick Google search brought up Xcode, but that involves installing a whole other application designed for app development so I was wondering if there was a standalone version I am missing?

Thanks!

7 Answers

Robert Goddard
Robert Goddard
15,019 Points

Unfortunately, I don't think there is a standalone version of the iPhone simulator. Look at it this way, if you get XCode, you could run through the iOS training too :) .

Haha, fair point. That's what I'll have to do then! Thank you. :p

Check out transmog iphone simulator . Not sure if its a bit too basic but that may be suitable for you if you just want to see how a web page looks on an iPhone.

Robert Goddard
Robert Goddard
15,019 Points

OO, on that thought, one of those responsive design videos talks about a google chrome plugin you can use to simulate a change to the the browser's physical device viewport... I forget the name of it... But that's another option; get that plugin for your browser and you can set the viewport to 320x480 I believe to simulate an iPhone screen.

Jason Ratcliffe
Jason Ratcliffe
4,623 Points

As Robert says, just bite the bullet and install Xcode. Your iOS simulation will be as close as it gets then.

James Barnett
James Barnett
39,199 Points

Resizing the view port isn't the same of using a web browser on an iPhone simulator.

Michael Wiss
Michael Wiss
19,233 Points

Well nothing beats testing on the device itself.