小程序video组件怎样设置只显示中间播放按钮?

发布于 6 年前作者 leizhang845 次浏览最后编辑 6 年前来自 issues
<video src="{{item.video.url}}" loop="{{true}}" enable-progress-gesture="{{true}}" show-fullscreen-btn="{{false}}" show-play-btn="{{false}}" show-progress="{{false}}" show-center-play-btn="{{true}}" enable-play-gesture="{{true}}" autoplay="{{true}}"/>

show-center-play-btn=“{{true}}”  这个加不加都没看到中间按钮

3 回复
fang54
fang541 楼6 年前

试了一下的确不显示,使用cover-image自定义一个播放暂停按钮吧

zxiong
zxiong2 楼6 年前

video组件有个属性 play-btn-position,设置为 center 表示播放按钮显示在中间

weijin
weijin3 楼4 年前

autoplay=“{{true}}” 开始就不显示了吧,暂停看显不显示