cover-view cover-image GIF图片不会播放?还是不支持
本人在小程序这段代码中,给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>