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\'
Take a look at Crosswalk. As described in its web site:
With the platform variations in the market you are forced to assume that every Android WebView works differently. There are differences in:
- Which JavaScript APIs are available
- Support and syntax for CSS properties
- How your application's interface is rendered …and plenty
more. You want to support as many versions of Android as possible, but it’s frustrating and time consuming.
There’s a better way. What if the only WebView you had to worry about was up to date with the latest version of Google Chromium? With Crosswalk, you can:
- Develop around device fragmentation
- Provide a feature rich experience on all Android 4.x devices
- Easily debug with Chrome DevTools Improve the performance of your HTML, CSS, and JavaScript