公司名称 | 个人 | |
MP帐号(邮箱) | 1013204821@qq.com | |
开发者微信号 | 1013204821 | |
机型(如iPhone 6s plus) | 华为P9 Plus | |
操作系统(如iOS 9.3) | android 7.0 | |
是否必现 | 频率较大 | |
出现时间 | 滑动时 | |
操作路径(即如何操作可以复现该问题) | ||
scroll-view bindtouchend 事件监听 | ||
问题描述(具体问题介绍) | ||
bindtouchend 经常不能及时的出现,响应的时候有一定延迟 | ||
问题截图(客户端问题界面截图) | ||
代码片段截图 | ||
<scroll-view scroll-y="{{true}}" style="height:{{windowHeight}}px; " bindtouchstart="touchstart" bindtouchend="touchend" scroll-with-animation="true" scroll-into-view="{{toView}}" bindscrolltoupper="onTop" bindscrolltolower="onBottom"> |