[android-developers] webview client, that intercepts img requests on API 8

2012-08-05 Thread Gelonida N
Hi, I'm having an HTC desire (Android2.2.2 Froyo API 8) and I wanted to create a custom browser (using WebViewclient), that intercepts some url requests (img tags) and skips loading these images. public WebResourceResponse shouldInterceptRequest (WebView view, String url) seems to be what

Re: [android-developers] webview client, that intercepts img requests on API 8

2012-08-05 Thread Kristopher Micinski
I doubt it, I tried to find a way to proxy traffic, but there's no easy hook. I.e., if you need something that is in 11 and you're on 8 you're just plain out of luck. There is one solution, but implementing it accurately would be dumb because of how much ajax stuff (and related) there is now: