bind:touchstart ,ios下会滑动页面然后手指离开录音没停止?

发布于 6 年前作者 xiulanxiong8731 次浏览最后编辑 6 年前来自 issues

bind:touchstart  长按录音的时候可以移动手指。ios下会滑动页面然后手指离开,录音没停止

<button class="cu-btn bg-white shadow" style="width:55.3%;" wx:if="{{writeType == 'record'}}" bind:touchstart="start" bind:touchend="stop" bind:touchmove="move">按住 说话</button>

使用move没有打印任何数据
JS:
move(e){
    console.log(e)
  }
2 回复
xiangqiang
xiangqiang1 楼6 年前

麻烦提供能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html

gangtian
gangtian2 楼4 年前

先看下这个视频