Inspect Web Content on iOS 16.4+
Before iOS 16.4 developers were able to attach the Web Inspector to inspect content running in WKWebView and JSContext for a developer-provisioned app built directly from Xcode for local development.
With iOS 16.4+ this is no longer possible. In your...
blog.eidinger.info2 min read
András Viszlay
Hi Marco, thanks for the explanation in the post, it was informative! Do you know by any chance if the un-inspectability extends to in-app-browser (Safari) content as well? We have resolved the issue of the application itself not being inspectable but got stuck on the app opening our web-based login solution which is still invisible to the web inspector.
Thanks!