Set up a local environment for mobile web development on iPhone/iPad

Published: · Reading time: 2 min

Set up a local environment to develop and debug a web project for an iPhone/iPad device.

This will allow you to inspect elements, use browser console and other development tools that are available in the Safari browser right on your mobile device.

NOTE: This manual will work only for Apple devices. This means that you have to have a MAC computer and an iPhone/iPad.

  1. Setting up a mobile device (iPhone/iPad)
  2. Setting up a MAC
  3. Entering Inspector
  4. Tips

1. Setting up a mobile device (iPhone/iPad)

Before connecting a mobile device to a MAC, you’ll need to enable the Web Inspector. This will allow you to use your MAC Safari Developer Tools on your mobile device.

On a mobile device go to:

Settings > Safari > Advanced > Web Inspector

and enable the Web Inspector switch.

Enable inspect element on iPhone
Enable inspect element on iPhone

2. Setting up a MAC (iPhone/iPad)

You’ll need to enable Develop menu in order to access Dev tools if you haven’t already.

Open up Safari browser go to Preferences and tick Show Develop menu in menu bar checkbox.

Enable developer tools on a MAC
Enable inspect element on iPhone

3. Entering Inspector

Connect your device to a computer via cable.

NOTE: you might need to click on trust this computer button if you haven’t already

Open the Safari browser on your device and go to a webpage. Now open a Safari browser on your computer and click on a Develop in a menu. Hover over Develop in the menu and you’ll see your device’s name and a web page. Click on it and the inspector will open.

Open web inspector on a MAC
Open web inspector on a MAC

At this point, you can use element inspector and other tools just like you do on a computer.

iPhone web page on Safari
iPhone web page on Safari
MAC iPhone web inspector
MAC iPhone web inspector

4. Tips

A quick tip while debugging you might want to clear browser cache, to do that go to:

Settings > Safari > Clear History and Website Data

and click Clear History and Data.

iPhone clear browser cache
iPhone clear browser cache
Like this article? Share it on: