기타/문제해결기
Android/AwContents﹕ nativeOnDraw failed [출처] [webview(웹뷰)] W/AwContents﹕ nativeOnDraw failed; clearing to background colo
십자성군
2017. 2. 2. 20:17
참고 : http://h10430.blog.me/220089307529
하드웨어 가속을 끄면 해결 가능하다.
mWebview.setLayerType(View.LAYER_TYPE_SOFTWARE, null);