1 repository
Debugging web content in MobileSafari and UIWebViews on iOS devices via WebKit inspector protocol proxied over WebSocket.
Distinct from iOS Debugging Setup: Distinct from iOS Debugging Setup: covers runtime debugging of web content, not environment configuration or symbol installation.
Explore 1 awesome GitHub repository matching mobile development · Web Content Debugging. Refine with filters or upvote what's useful.
ios-webkit-debug-proxy is a command-line proxy that bridges Chrome DevTools to Safari Web Inspector on iOS devices, enabling remote debugging of web content over USB. It translates WebKit remote debugging protocol messages into Chrome DevTools Protocol over persistent WebSocket connections, allowing developers to use Chrome DevTools, Safari Web Inspector, or Firefox DevTools to inspect and debug web content in MobileSafari and UIWebViews on real and simulated iOS devices. The proxy discovers and communicates with iOS devices over USB using the libimobiledevice library without requiring iTunes
Proxy WebKit inspector commands over a websocket connection to MobileSafari and UIWebViews on real and simulated iOS devices.