霜降未至
霜降未至
  • 发布:2020-09-29 10:24
  • 更新:2020-09-29 10:24
  • 阅读:972

【报Bug】@touchmove.stop在支付宝小程序中无法使用

分类:uni-app

产品分类: uniapp/小程序/阿里

PC开发环境操作系统: Windows

PC开发环境操作系统版本号: windows97

HBuilderX类型: 正式

HBuilderX版本号: 2.7.4

第三方开发者工具版本号: 1.5.10

基础库版本号: 1.20.5

项目创建方式: HBuilderX

示例代码:

<view @touchstart="touchStartF" @touchmove.stop="touchMoveF" @touchend="touchEndF" ></view>

操作步骤:

@touchmove.stop在支付宝小程序中无法使用
加上stop后事件不执行了,不加stop会执行事件,但是会冒泡

预期结果:

@touchmove.stop在支付宝小程序中加上stop后事件不冒泡

实际结果:

@touchmove.stop在支付宝小程序中无法使用加上stop后事件不执行了

bug描述:

@touchmove.stop在支付宝小程序中无法使用
加上stop后事件不执行了,不加stop会执行事件,但是会冒泡

2020-09-29 10:24 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复