Simulate Iphone Safari On Mac

There are several ways to simulate the iPhone Safari Browser:
  1. Iphone Safari Flash
  2. Simulate Iphone Safari On Mac Computer
Simulator
  1. Using the Apple Safari Browser (PC or Mac)
  2. Using the Safari browser found in the iOS Simulator
The Apple Safari browser (PC or Mac) download-able from http://www.apple.com/support/safari/. To simulate requests coming from an iPod, iPhone or iPad, you’ll need to activate the Developer tab by going to Preferences->Advanced and select “Show Develop menu in menu bar”. Once done, you just select which User Agent you need by selecting which device UA you want to simulate and make the requests to your site. The screen capture shows the develop tab with the UA options to choose from.

On your iPhone or iPad, open the “Safari” app and tap on the Tabs button from the toolbar. Here, you’ll first see a list of all open tabs. Swipe to the bottom of the screen, and you’ll now see different sections for all of the devices connected to your Apple ID, with the respective tabs that are currently open on that device. In this video I show how you can use an iPhone simulator on Macs to use browser developer tools on the mobile version of the Safari browser. Be sure to subsc. Safari is the native web browser of iPhone, and it displays pages similar to its Windows and Mac counterpart. Web pages can be viewed in landscape or portrait mode and they also support automatic zooming by spreading apart or pinching together fingertips on the screen, or also by double-tapping images or text.

Using the Safari browser found in the iOS Simulator
Simulate

Iphone Safari Flash

The previous approach gives a pretty good approximation for how the iPhone Safari browser will behave but it’s not the best simulation. To get that, you’ll need to use the Xcode development environment that is only available on the Mac. To do this:
  1. Download XCode from http://developer.apple.com/xcode/ and install it
  2. Locate the Xcode icon using Finder
  3. Start up Xcode
  4. Create a simple project: File->New Project->View Based Application->Choose->Save As (eg. Webtest)
  5. The project should show up on Xcode
  6. On the “Simulator X.X | Debug” select Simulator and iPhone Simulator
  7. Click on “Build and Run” – the iOS simulator will pop up

Simulate Iphone Safari On Mac Computer

Simulate Iphone Safari On Mac

Xcode after WebTest project has been created

Once this is set up, activate the Safari browser on the simulator and test.