Audience
Developers
About Inspect Browser
Desktop-class web development tools on iOS. Inspect is a web browser for iPhone and iPad that provides desktop-class web development tools and features. Inspect provides a JavaScript console that shows log messages, JavaScript errors, and accepts input.
Using the "Elements" panel, you can view a page's source and inspect each HTML element. The HTML source is formatted and highlighted to make it easy to read.
When "Tap To Inspect" mode is active, tapping any element on the page inspects that element. This means you don't have to search through the source to inspect the element you want, it's just a tap away!
Inspect allows you to view (and edit!) an element's CSS rules. Any applicable CSS rules are displayed, as well as any rules that are inherited from parent elements. Rules are ordered in order of precedence to help you debug CSS conflicts.
Test your responsive design using Inspect's built-in device preview tools.