Is it possible to detect WKWebview on a macos application?
atishay opened this issue · 5 comments
atishay commented
It doesn't detect automatically, but since safari can, that should also be possible. Is there a way that can be enabled?
artygus commented
no, please refer to readme
aleclarson commented
@artygus I don't see anything relevant in the readme. Can you explain the technical barriers for JSContext/WKWebView support on macOS?
artygus commented
@aleclarson utility works only with ios devices, not "desktop" macos apps
aleclarson commented
@artygus Yeah but which parts of this utility are iOS-specific? Does macOS have a different protocol or something? Aren't they both using WebKit?
artygus commented
it's 100% ios specific, check https://github.com/google/ios-webkit-debug-proxy/blob/master/design.md for more info