收藏
回答

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

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)
  }
回答关注问题邀请回答
收藏

3 个回答

  • 头秃的XX
    头秃的XX
    2023-07-11

    请问最后您解决这个问题了吗?我也遇到了同样的问题,求一个解决方法

    2023-07-11
    有用
    回复
  • 熊猫
    熊猫
    2020-03-18



    先看下这个视频

    2020-03-18
    有用
    回复
  • 是小白啊
    是小白啊
    2020-03-18

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

    2020-03-18
    有用
    回复 3
    • 熊猫
      熊猫
      2020-03-18
      这个没有办法分享代码片段,里面使用了socket协议,如果只分享代码片段,不会生效
      2020-03-18
      回复
    • 熊猫
      熊猫
      2020-03-18
      2020-03-18
      回复
    • 熊猫
      熊猫
      2020-03-18
      2020-03-18
      回复
登录 后发表内容
问题标签