I have an app which makes pretty heavy use of webview. My requirements are to be able to look at the html and to inject javascript into pages being loaded, even iframes. I've accomplished this with the webview that comes with android but it just isn't working great.
So are there other projects out there that provide the same html5 browsing experience but are a bit more developer friendly? Would it maybe be possible to take the open source web view code and build my own or is that just a crazy idea?
Thanks.