本人在小程序这段代码中,给cover-image的src添加的网络图片地址,图片格式为GIF格式,是这个组件不支持GIF还是我使用错误?谢谢!求教!
<camera device-position="back" flash="off" binderror="error" style="width: 100%; height: 500px;">
<cover-view class="pause" bindtap='showToast'>
<cover-image src="{{src}}"></cover-image>
</cover-view>
</camera>
我也遇到这个问题了,请问楼主有解决方案了吗?
原生组件都不支持gif图
哪有其他的方法实现动图吗