Hello Android developers.

I want to implement a custom protocol handler which will handle all
request to some protocol in a WebView.

For example, it could handle requests like myprotocol://image5.jpg
which would be requested if a <image src="myprotocol://image5.jpg"/>
was in the html given to the WebView.

I have read this post about the problem:
http://groups.google.com/group/android-developers/browse_thread/thread/450d613f421cb1c6/fbdd6a17031ec78a
but to my regrets, no solution was found there.

I have also looked on stackoverflow, and this thread is asking the
question I am looking an answer for:
http://stackoverflow.com/questions/4780899/intercept-and-override-http-requests-from-webview
but again no good answer.

Is there any way to have such a HTML browser on Android where I can
intercept loading of resources and supply them myself?
Is it possible using the NDK instead of some java application?

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to