Webview capturePicture始终返回null

时间:2013-05-29 13:27:05

标签: android android-webview

我有以下代码:

WebView wv = (WebView)this.findViewById(R.id.webview);
wv.loadDataWithBaseURL(null, html, "text/html", "utf-8", null);
Picture p = wv.capturePicture();

生成HTML并将其传递给WebView。 WebView呈现预期,但变量p始终为null。这就像它没有拍照。

有人可以给我一些指示吗?

我尝试使用loadUrl指向google.com,但我仍然无法拍照。我正在使用冰淇淋三明治(Android 4.0)。

0 个答案:

没有答案