使用WebView时GIF显示问题(第一帧始终存在)

发布于 2024-11-01 00:11:46 字数 173 浏览 3 评论 0原文

我有一个 webview 并调用 mWebView.loadUrl("file:///android_asset/test.html"); test.html 的内容只是一个 IMG SRC=... webview 可以显示动画 GIF,但问题是 GIF 动画时 GIF 的第一帧始终存在。

问题是什么以及如何解决?

I have a webview and call mWebView.loadUrl("file:///android_asset/test.html");
the content of test.html is just a IMG SRC=...
the webview can show the animation GIF, but the issue is the first frame of the GIF is always there while the GIF is animating.

What the problem is and how to fix?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

蓝海似她心 2024-11-08 00:11:46

并非所有 Android 手机都支持动画 GIF。动画 gif 支持仅在 2.2 中引入,并且仅适用于具有处理它们的内存和 CPU 的高端手机。

请参阅:http://code.google.com/p/android/issues /detail?id=3422 了解更多信息。

Animated gifs are not supported on all android phones. Animated gif support was only introduced in 2.2 and then only for high end phones that had the memory and CPU to handle them.

See: http://code.google.com/p/android/issues/detail?id=3422 for more information about this.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文