I want to capture this site in android webview
Capture code is
webview.setDrawingCacheEnabled(true);
Bitmap webBitmap = Bitmap.createBitmap(webview.getDrawingCache());
webview.setDrawingCacheEnabled(false);
A captured image is overlapped. I doubt html5 css -webkit-transform attribute.