Android 动画 GIF 支持
如何检查当前设备是否支持动画 GIF 文件?检查操作系统版本并不可靠,因为某些 Android 2.1 手机已启用支持,而有些 2.3 手机不支持 GIF 文件。
How can I check if current device supports animated GIF files? Checking OS version isn't reliable, because some Android 2.1 phones have enabled support and there are phones with 2.3 which do not support GIF files.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
好吧,我现在能想到的唯一向后兼容的解决方案就是从 gif 中获取所有帧并在视图中自己制作动画。
请查看这个问题来执行此操作:
将 GIF 分割成帧
Well, the only backwards compatible solution i can think of right now is just get all frames from the gif and animate it yourself in a view.
check out this question to do so:
Split GIF into frames