Hello,
I am developing a native packaged web application that uses Davis' Ford
android-chromium project.
The problem now is that I tried the application using Content-Shell apk and it was very fast, but the drawback is that I can't load files using file:///android_asset URL scheme while the Android-WebView apk can load it with no problems but with much slower performance than Content-Shell.
I tried to enable hardware acceleration using the hardwareAccelerated attribute but nothing is rendered and I get lots of log lines stating:
AwContents: "nativeOnDraw failed; clearing to background color."
Although hardwareAccelerated attribute works with no problem under Content-Shell.
So is there a way I could enable hardware acceleration using Android-WebView code so that I could increase performance ?
Cheers.