On Mon, Aug 6, 2012 at 5:46 PM, Kostya Vasilyev <[email protected]> wrote: > 2012/8/7 Kristopher Micinski <[email protected]> >> >> Yes, but to intercept the requests to the browser using a proxy (as >> the OP suggests) requires rooting the device. > > > Feeding a WebView that's in your own app a URL like > "localhost:1234?src=www.foo.bar" requires rooting? > > Processing the received HTML / CSS, replacing links requires rooting? >
To do it properly, and identify all of the links statically would require a real considerable amount of analysis because of the funkiness of HTML. I previously suggested this approach to the OP, but I doubt that it will work (and it just *feels* wrong), and even if it does it's just abhorrently hacky.. So if he knows the structure of the page, then perhaps, maybe this would be an acceptable hack, but for the general case of writing a web browser, (as he says), hell no. kris -- 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

