Show HN: Inspect – DevTool to debug Safari and WebViews on iOS devices
1–10 of 20 posts
Re: Show HN: Inspect – DevTool to debug Safari and WebViews on iOS devices
#2Very excited for this, especially the screencast + debug over wifi features.
Re: Show HN: Inspect – DevTool to debug Safari and WebViews on iOS devices
#3Wifi debug!
Re: Show HN: Inspect – DevTool to debug Safari and WebViews on iOS devices
#4What are the advantages over the app web tools?
Re: Show HN: Inspect – DevTool to debug Safari and WebViews on iOS devices
#5What are the advantages over the app web tools?
Hi! Kenneth, the creator here. Inspect have several advantages over Safari Inspector. I've outlined them here: https://inspect.dev/why
Re: Show HN: Inspect – DevTool to debug Safari and WebViews on iOS devices
#6Any plan for Linux support in the future?
Re: Show HN: Inspect – DevTool to debug Safari and WebViews on iOS devices
#7Any plan for Linux support in the future?
Seconded. I've been working on a webapp that's meant to work on iOS and I haven't figured out any way to debug it from my Linux machine, even with my phone being jailbroken.
Re: Show HN: Inspect – DevTool to debug Safari and WebViews on iOS devices
#8Any plan for Linux support in the future?
:wave Kenneth here. Linux support is on the roadmap, and can be supported via https://libimobiledevice.org/ but not all functionality might be possible, as libimobiledevice isn't 100% on pair with Apple's own driver that's provided via iTunes on MacOS and Windows.
Would love to get some help testing this as I'm not a Linux user myself. Shoot me an email at kenneth@auchenberg.dk if you are interested!
Re: Show HN: Inspect – DevTool to debug Safari and WebViews on iOS devices
#9Does this use the existing iOS Chrome proxy or is it built from scratch?
Re: Show HN: Inspect – DevTool to debug Safari and WebViews on iOS devices
#10Does this use the existing iOS Chrome proxy or is it built from scratch? https://github.com/google/ios-webkit-debug-proxy
This is a new pure JavaScript implementation. No native dependencies. See more on https://inspect.dev/why