5 ms·
There is a way to interact with the network latyer even when using WKWebView. Since iOS9 there are the Network Extension APIs which allow you to access (and mod
by atarashi 10y ago
There is a way to interact with the network latyer even when using WKWebView. Since iOS9 there are the Network Extension APIs which allow you to access (and modify/filter) raw packet data.
For example:
https://developer.apple.com/reference/networkextension/neappproxyprovider https://developer.apple.com/reference/networkextension/neapp...
- st3fan 10y agoYeah we know these things exist. I just don't think using a VPN or a global Network Extension or a global HTTP interception is a good solution. It would be a workaround. We need a real solution. We need better WKWebView APIs. The requests are known. The bugs have been open since iOS 8. Two years.