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\'
In android 4.4, a new webview is introduced based off of chromium. However if you are developing for previous versions of android as well you can check out this library that is also based off of chromium https://github.com/mogoweb/chromium_webview with chromium, your webview will support HTML5, CSS3 and javascript