Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在 android webview中捕获这个站点
捕获代码是
webview.setDrawingCacheEnabled(true); Bitmap webBitmap = Bitmap.createBitmap(webview.getDrawingCache()); webview.setDrawingCacheEnabled(false);
捕获的图像重叠。我怀疑 html5 css -webkit-transform 属性。