W/AwContents(2825): nativeOnDraw failed; clearing to background color" I/chromium( 2825): [INFO:async_pixel_transfer_manager_android.cc(56)] Async pixel transfers not supported I/chromium( 2825): [INFO:async_pixel_transfer_manager_android.cc(56)] Async pixel transfers not supported(2825)
我在国外一个论坛上看到也是这种情况:
I very highly suspect that this has something to do with it:
10-03 18:41:30.765: W/AwContents(22369): nativeOnDraw failed; clearing to background color.
国外有牛人解释如下: Because hardware accelerated canvas rendering is not supported in Chromium WebView, I modify the code to turn off hardware accelerated canvas. now it works.