收藏
回答

canvas小米mix4无法触发bindtouchstart事件,其他手机都能正常触发?

组件:canvas

微信版本:8.0.31

基础库:2.29.1

<view class="autograph-container" style="width: {{ width }}; height: {{ height }}; display: block;">
  <canvas class="autograph-canvas" type="2d" disable-scroll style="width: 100%; height: 100%; display: block;" bindtouchstart="handleTouchStart" bindtouchmove="handleTouchMove" bindtouchend="handleTouchEnd" bindtouchcancel="handleTouchEnd" binderror="handleTouchEnd"></canvas>
</view>
回答关注问题邀请回答
收藏

2 个回答

  • Demons
    Demons
    2023-01-12

    你好,麻烦在手机微信那里上传下日志: 我->设置->帮助与反馈右上角有个上报日志的入口,麻烦提供一下微信号,时间点

    2023-01-12
    有用
    回复 3
  • 于己
    于己
    2023-10-27

    我也一遇到了。微信小程序其他手机能进touchmove就小米不能

    2023-10-27
    有用
    回复
登录 后发表内容