square / PonyDebugger

Remote network and data debugging for your native iOS app using Chrome Developer Tools
Other
5.87k stars 595 forks source link

PonyDebugger is not logging WkWebView network requests #175

Open bitsofparag opened 8 years ago

bitsofparag commented 8 years ago

Is this a known issue related to the fact that WkWebView does not give access to it's networking layer?

orta commented 8 years ago

Yeah, WKWebView runs out of process, it's not possible for the App to see those requests at all.

asmallteapot commented 6 years ago

TODO: document that we can't view WKWebView requests