android 中的网页视图屏幕截图
Screenshot of webview in android
我在 android 绘制图表的应用程序中使用了 chartiq。
然而,当我尝试通过代码捕获 webview 的屏幕截图时,它显示白屏。
此问题出现在设备 运行 v4.4.3 和 above.It 在模拟器上工作得很好。
将此添加到 manifest.xml
android:hardwareAccelerated="false"
我在 android 绘制图表的应用程序中使用了 chartiq。
然而,当我尝试通过代码捕获 webview 的屏幕截图时,它显示白屏。
此问题出现在设备 运行 v4.4.3 和 above.It 在模拟器上工作得很好。
将此添加到 manifest.xml android:hardwareAccelerated="false"