个人案例
暂无发表的小程序案例
怎么官方还没解决好,都好久了
scroll-view标签binddragend滚动结束方法IOS端不触发https://developers.weixin.qq.com/miniprogram/dev/component/scroll-view.html html <scroll-view class="scroll-day" scroll-x="true" bounces="{{false}}" enhanced="{{true}}" bindscroll="handScroll" binddragstart="handScrollStart" binddragend="handScrollEnd" scroll-into-view="{{scrollintoview}}" style="width: 654rpx"> </scroll-view> //js // 滑动开始 handScrollStart(e) { console.log(e, "滑动开始") this.setData({ scrollleft: e.detail.scrollLeft }) }, // 滑动结束 handScrollEnd(e) { console.log(e, "滑动结束")//ios端突然不触发该方法,昨天还是好的 },
2021-06-24windows最新版本v1.02.1808300都会出现这样的提示
开发者工具提示bug- 当前 Bug 的表现(可附上截图) [图片] 更新了工具后突然就出现这个提示,我新建了官方示例模板依然也有,证明是工具bug,请尽快修复 - 预期表现 - 复现路径 - 提供一个最简复现 Demo
2018-08-31