使用WebView时GIF显示问题(第一帧始终存在)
我有一个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
并非所有 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.