What's New
v1.12.1: Nov 2019
- Fixed multiline console input adding newlines at the end of the input instead of at the caret position.
- Fixed caret positioning after inserting newlines in multiline console input.
v1.12.0: Nov 22 2019
- Added support for CSS pseudo-elements in the CSS inspector.
- Added filtering by console message type (error/warning/info) in the Console panel.
- Added text-based filtering of console messages in the Console panel.
- Added text-based filtering of cookies, local storage, and session storage in the Storage panel.
- Added text-based filtering of requests in the Network panel.
- Added separate design for warning messages in console.
- Added "Copy All" button to source panel to easily copy complete source.
- Improved design of error messages in console.
- Improved console history management. Better matches desktop browser behaviour.
- Added support for multiline console entry. Shift+enter will start a new line and console will expand and contract based on input.
- Fixed URL tap-to-open not opening in Resources and Network panels.
- Fixed several "Script Error" bugs in the console.
- Fixed crashes when using the "Take Photo or Video" feature of an HTML file upload control.
- Fixed page request always showing in Network panel despite filters.
- Fixed inaccurate panel sizing when hidden on newer iPad Pros.
- Fixed full-page screenshot on iOS 13.
- Tapping panel buttons when panel is hidden now shows panel on older devices (matches functionality of newer devices).
- Tapping the active panel button multiple times toggles dev panel visibility on all devices (matches functionality of newer iPhones).
- Icon refresh.
- Changed default theme to "System" on iOS 13.
- Use desktop/mobile content modes for relevant built-in presets in Devices panel on iOS 13.
- Various small theme and styling improvments and fixes.
v1.11.5: Sep 17 2019
- Support for iOS 13.
- Added "System" theme with support for dark and light modes on iOS 13.
- Projects panel: Fix opening folders in iOS 13. The existing "+" button will choose a folder, while a new "File" button will open individual files.
- Fixed the dev panel size resetting after switching between apps or resizing a split view.
- Fixed the dev panel size resetting after hiding and showing the dev panel.
- Fixed the dev panel size resetting after switching between panel orientations.
- Flick gesture to open dev panel will set dev panel to last configured size.
- Collapsing the dev panel on older iPhones now leaves panel buttons visible to avoid conflicting with the control center upward-swipe gesture.
v1.11.0: Jun 26 2019
- Added Network panel, showing page resources, headers, and XHR requests. See documentation.
- Added support for more advanced commands in the JavaScript console.
- Added support for styled JavaScript console messages. See documentation.
- Added ability to add new CSS rules in the CSS inspector.
- Added ability to filter CSS rules in the CSS inspector.
- Improved error messages in JavaScript console.
- Improved efficiency for node attribute mutations in the Elements inspector.
- Added a setting to show the dev panel on the bottom by default instead of the right side (iPad Only).
- Added a setting to turn cache off by default on new tabs.
- Added keyboard shortcut to toggle element selection mode.
- Fixed crash in CSS inspector caused by editing rules before element rules are loaded.
- Fixed Projects panel document picker not showing "Recents" and "Browse" tab bar.
- Fixed media queries not appearing in CSS copy and drag+drop text.
- Changed name of "Design" panel to "Devices".
- Built-in "Desktop" device presets now report a desktop user-agent.
- Fixed storage panel not resetting with navigating to a new page.
v1.10.0: Mar 28 2019
- Added "Storage" panel, showing site cookies, local storage, and session storage. See documentation.
- Added location bar history suggestion. (Option to disable from settings panel.)
- Privacy policy update for history suggestion feature.
- Added setting to clear history.
- Respect Accessiblity "Reduce Motion" setting for button animations.
- If not using location bar search, use URL keyboard style for the location bar.
- Added flick gesture detection to hide and show developer panel.
- Added flick gesture detection to hide sub-panels.
- Improved design on iPhone X, XS, XS Max and new iPad Pros.
- Consistency in keyboard colors between inputs and matching themes.
- Added confirmation alerts when any user data is cleared.
- Smoother animation when showing and hiding dev panel.
v1.9.1: Mar 22 2019
- Fixed project file loading for some localizations.
- Fixed manual URL entry for project URLs.
v1.9.0: Feb 21 2019
- Added "Resources" panel. See documentation.
- Added option to monitor project for changes and automatically reload page on change. See documentation.
- Panel order customization will now save.
- Fixed "Plug-in handled load" error when trying to load multimedia from a local project.
- Fixed Console panel input text color.
- Fixed crashes when using NTLM and other web authentication methods.
- Fixed web view size reset when changing back and forth between apps and while changing split view size.
- Fixed source panel not using configured code font.
- Fixed "Script error" in console when changing the outer tag of an element.
- Fixed console script errors when logging the contents of a hidden input element.
- Fixed node panel not displaying object when inspecting a hidden input element from the Elements panel.
- Fixed crashes in CSS inspector after removing a CSS rule then re-inspecting original element.
- Fixed CSS inspector UI not reflecting modifying and removing CSS rules for an element's style attribute.
- Fixed element detail panel from overlapping entire element list when horizontal on some phones.
- Icon Refresh.
v1.8.2: Dec 5 2018
- Fixed problems loading sites for some users.
- Improved browser error messages.
v1.8.1: Nov 28 2018
- Fixed crash when editing CSS rules.
v1.8.0: Nov 26 2018
- Added "Projects" panel. See documentation.
- Added "Themes" panel. See documentation.
- Added eight new themes: Light, Dark, Red, Green, Blue, Pink, Orange, and Purple.
- Added drag support to elements in the Elements panel. Tap and drag to copy HTML to other apps.
- Added copy support to elemenets in the Elements panel. Long press to display context menu, then tap "Copy".
- Added ability to reorder tabs via long-press and drag.
- Added ability to modify existing media queries for CSS rules.
- Added new keyboard shortcuts. See documentation.
- New Tab
- Close Tab
- Show Previous Tab
- Show Next Tab
- Changed the JavaScript console input font to use the configured code font.
- Changed the JavaScript console input to include an implicit console.log() to better match the experience on desktop.
- Fixed CSS panel not showing media queries.
- Fixed layout bugs on CSS panel.
- Fixed errors inspecting the "children" attribute (possibly others) of an element's JavaScript object.
- Fixed JavaScript console showing large numbers as 0.
- Fixed JavaScript console messages not wrapped at large font sizes.
- Improved memory management.
- Visual tweaks and refinements.
v1.7.0: Sep 13 2018
- Rebuilt elements panel to show an expandable HTML tree view.
- Added setting to change code font face and size.
- Added documentation page.
- Added help page.
- Added privacy policy page.
- Added support for mailto, tel, facetime, facetime-audio, and sms links.
- Improved design of welcome and changelog pages.
- Added ability to resize elements detail panel.
- Fixed element frame indicator not updating with DOM changes.
- Minimum iOS version changed to iOS 11.
v1.6.0: Apr 10 2018
- Added tab support.
- Added share extension to Inspect pages and URLs from other apps.
- Added ability to manually change dev panel position. (iPad Only)
- Added ability to resize dev panel by dragging.
- Added option to disable cache.
- Modified the element details panel to not block the element listing when the dev panel is on the bottom of the screen.
- Fixed an issue where remotely hosted @import rules broke the CSS inspector.
- Fixed an issue updating elements in page head.
- Fixed an issue where new CSS styles would not immediately show up in CSS inspector.
- Fixed "cannot serialize cyclic structures" error messages when logging some objects.
v1.5.0: Jan 19 2018
- Changed CSS rule delete to an enable/disable checkbox. Rules can be toggled on and off.
- Added support for @import rules in CSS inspector.
- Fix screenshot button on iOS 11.
- iPhone X support.
- Drag + Drop Support on iOS 11 (long press + drag):
- Drag support for JavaScript console items.
- Drag support for CSS styles.
- Drop support to load incoming URLs.
- Copy support (long press on these items):
- Copy support for JavaScript console items.
- Copy support for CSS styles.
- Nav bar improvements:
- Select all in location bar on first touch.
- Search DuckDuckGo for non-URL strings in location bar (Option to disable from settings panel.).
- Return to home on empty location.
- Dim back and forward buttons when you cannot go back/forward.
- Subtle animations for back/forward and screenshot buttons.
- Added option to capture full page with the screenshot button (Note: experimental).
- Added option to disable two-finger zoom gestures for testing two-finger gestures on sites.
v1.4.1: Sep 18 2017
- Adds support for iOS 11.
- Fixes support for sites using HTTP Basic Authentication
v1.4.0: Aug 21 2017
- Added expansion of JavaScript objects in console.
- Added syntax highlighting for JavaScript console.
- Added two-finger zoom and move gestures on web view.
- Added page-height interactive page resizing.
- Added cache and cookie clearing.
- Added developer panel width setting.
- Added option to display touches.
- Improved "node" element detail panel: is now expandable and syntax-highighted.
- Improved "frame" element detail panel: now shows a visual representation of element dimensions.
- Improved page scroll performance.
- Fixed web view white screen issue when using the CSS inspector.
- Fixed several crash and error situations.
- Fixed problems navigating to URLs that include ports.
- Fixed CSS inspector not showing rules within media queries.
- Fixed a few layout quirks.
v1.3.0: Jun 29 2017
- Added editing element HTML.
- Added editing element CSS.
- Added keyboard shortcuts.
- Improved CSS inspector now shows inherited rules, orders rules in cascade order, and uses basic syntax highlighting.
- Performance improvements for highly dynamic sites.
- Better handling of on-screen keyboard.
- Design refinements and new icons.
- Fixed JavaScript alerts not showing.
- Fixed inability to access "localhost" URLs.
- Fixed some websites redirecting to about:blank or displaying error "NSURLErrorDomain -999".
- Fixed incorrect position of element dimension indicator in some cases.
v1.2.0: Jun 6 2017
- Multitasking on iPad.
- First version available on iPhone.
- Support for vertical device orientation.
- Interactive page width resizing.
- Custom device presets.
- Added ability to enable/disable built-in device presets.
- New design for the design panel.
- Added "What's new" page.
- Design changes for "about:home".
v1.1.0: Apr 18 2017
- Enhanced responsive design tools. More presets and a dedicated panel.
- Select elements for inspection in the "Elements" panel by touching them directly.
- HTML Syntax highlighting in the "Elements" panel.
- View more details about an element when selected: JS Object, frame, XPath, and computed style.
- Show/Hide dev panel.
- Improved element frame indicator. Will now show padding and margin separately.
- Performance improvements for more frequent DOM updates.
- New logo and color scheme.
v1.0.0: Feb 9 2017
- First release!
- JavaScript console.
- Elements view.
- Basic element frame indicator.
- Preview page as a few select devices.