怎样才能获取 webview 的完整视图?
snapShot= webView.capturePicture();
capture = Bitmap.createBitmap(snapShot.getWidth(),snapShot.getHeight(), Bitmap.Config.ARGB_8888);
Canvas canvas = new Canvas(capture);
上面的代码在其他手机上可以实现,但是在小米手机上只能获取第一屏的图像