SFSafariViewController Testing
• Native Safari experience with content blockers
• Reader mode and responsive size control
• Customizable bar colors and dismiss button styles
Developer Tools
• Console: Capture console.log with %c CSS styling support
• Network: Monitor fetch/XHR requests with timing data
• Storage: View/edit localStorage, sessionStorage, cookies
• Performance: Web Vitals (LCP, FID, CLS) and Navigation Timing
• Sources: DOM tree inspection, stylesheets, scripts
• Accessibility: axe-core based accessibility auditing
Additional Features
• Bookmark management for quick URL access
• Responsive viewport resizing (iPhone, iPad, Desktop presets)
• Screenshot capture
• API capability detection
• Dark mode support
Perfect for iOS developers who need to test web content rendering, debug JavaScript, analyze network requests, and ensure accessibility compliance.
What's new (v1.8.11)
- Fixed independent log retention settings between Console and Network.
- Fixed per-page and same-origin clearing behavior on navigation.
- Improved request body detection (JSON/FormData/stream types) and Eruda load stability.