video标签禁用鼠标拖动进度手势
- 当前 Bug 的表现(可附上截图)
video标签设置enable-progress-gesture='false’依然能使用鼠标手势拖动进度
- 预期表现
video标签设置enable-progress-gesture='false’应当不能使用鼠标手势拖动进度
<view>
<video id=“video” style=‘width:750rpx;height:367rpx;’ src=“http://lxj.cdn.mcmas.cn/cad_hd_no_lash_with_benefits_1.mp4” objectFit=‘cover’ enable-progress-gesture=‘false’></video>
</view>