Hacker News new | ask | show | jobs
by eriknstr 3592 days ago
>Today debugging web sites running on iOS devices are limited to a subset of developers, as the Safari Web Inspector (Safari DevTools) requires an instance of desktop Safari which only is available for MacOS users.

That's not true. I have debugged web sites running on iOS devices using Chromium and ios_webkit_debug_proxy [0] running on Fedora 23.

I find it strange that they made this claim since they are even using the ios-webkit-debug-proxy project themselves.

[0]: https://github.com/google/ios-webkit-debug-proxy

1 comments

Firefox already has this bundled in the developer edition and installable as an option for the normal version, it's called WebIDE https://developer.mozilla.org/en-US/docs/Tools/Valence