|
|
|
|
|
by kibwen
4377 days ago
|
|
> We’re working on a protocol adapter that will allow
> clients using the Firefox Remote Debugging Protocol –
> including the Developer Tools and WebIDE – talk to all
> mobile browsers, regardless of rendering engine or
> runtime. Our first targets are Chrome for Android and
> Safari on iOS.
My company expects all of our internal web applications to function on the executives' iPads, but they refuse to purchase Macs on which to debug issues that manifest only on mobile Safari. And since the mobile Safari developer console was disabled in iOS 6, I haven't come up with anything better than alert-based debugging techniques (Firebug Lite was broken the last time that I tried, though admittedly that was a while ago). If Mozilla truly reverse-engineers Apple's remote debugging protocol it would be a godsend for us.(And if I'm just an idiot who's overlooking some simple way of debugging mobile Safari, please let me know.) |
|
Google did this a while ago: https://github.com/google/ios-webkit-debug-proxy It works well for connecting Chrome DevTools to Safari, automating Mobile Safari through ChromeDriver, or hooking up your iOS device to a private instance of WebPageTest.