I've been working on an application which have a WebView in which a static page get loaded from the assets (Also using JavaScript). This WebView is not working in KitKat, it remains blank. I am aware of the change in rendering engine (webkit to chromium) which happened in WebView in kitkat and tried the steps for migrating, which is given in Android Developers page. But it didn't help.
In logcat I am getting an error which is thrown from the Chromium source.
W/AwContents﹕ nativeOnDraw failed; clearing to background color.
Please suggest a workaround.