- 在ios系统关于scroll-view的bindscroll无法实时触发,多位开发者提问,官方无答复
这个问题已经困扰我数天,依旧没有解决,查询社区帖子,发现好多开发者遇到一样的问题,但是官方没有解决方案,小程序运营这么久了,为什么还能出现这样明显的bug?而且这么久都不修复? bindscroll在iphone xr上,滚动时松开手才将事件事件进行发送:https://developers.weixin.qq.com/community/develop/doc/0002e26cd98c68ac980956f6056000?highLine=bindscroll ios端scroll-view中的bindscroll无法实时触发?https://developers.weixin.qq.com/community/develop/doc/000eacc67b0a381cf7099f13751800?highLine=bindscroll 上贴这里官方建议尝试wxs写法,但是问题并没有解决。该楼主反馈这个回答好像对这个问题没有什么实质性的帮助 scroll-view的滚动监听 bindscroll 为什么都是滑动停止了才执行https://developers.weixin.qq.com/community/develop/doc/000808e5bb41402cc5380eaea56400?highLine=bindscroll scroll-view中的bindscroll事件在真机上滚动时无法触发https://developers.weixin.qq.com/community/develop/doc/000c860f0f87106062888369856800?highLine=bindscroll scroll-view组件bindscroll不能实时获取值?https://developers.weixin.qq.com/community/develop/doc/000c8a8a698240242609c506451800?highLine=bindscroll bindscroll绑定事件滚动式真机不触发的问题https://developers.weixin.qq.com/community/develop/doc/00066866bacd68bfb8572fc4156800?highLine=bindscroll 小程序scroll-view bindscroll滚动条停止才会执行https://developers.weixin.qq.com/community/develop/doc/00020616b08288d637c8a899a56000?highLine=bindscroll scroll-view组件bindscroll事件不是实时触发https://developers.weixin.qq.com/community/develop/doc/be7c9e1c480afbc273b01ac824b73156?highLine=bindscroll 关于scroll-view的bindscroll滚动时触发的事件https://developers.weixin.qq.com/community/develop/doc/f1ea2cfb608bdcb79fce398505909b6a?highLine=bindscroll 微信小程序真机调试模式下ios的滑动监听异常https://developers.weixin.qq.com/community/develop/doc/000ae87658896024b359fc49e51400?highLine=bindscroll scroll-view中的bindscroll在ios真机调试的时候,无法实时刷新?https://developers.weixin.qq.com/community/develop/doc/0000449ae487989cc20a6843e56000?highLine=bindscroll scroll-view bindscroll 延迟问题怎么解决?https://developers.weixin.qq.com/community/develop/doc/00042ac0050870efbb9a1500455400?highLine=bindscroll 等等等。。不发了,还有挺多的。有些帖子还是前几个月的。 正如上贴他们所说,ios 下 scroll-view bindscroll 事件 不是实时执行,是在模块停止后再执行绑定事件,也就是在滚动滑动结束后才执行!而安卓不存在这个问题,都是实时执行的。我尝试使用enhanced增强特性,然后使用binddragging事件,问题依旧存在![图片] [图片] 文档明明写着是滚动时候触发,但是现在是滚动结束后才连续并发,严重影响性能!求官方给答复。 代码片段用他们的即可: https://developers.weixin.qq.com/s/LUHW6im47S73 https://developers.weixin.qq.com/s/ocablUmt7Ma5 提供一下出现问题的机型是iphone6S,ios 13.7版本,和微信最新版本
2021-03-05 - ios下 scroll-view bindscroll 事件不是实时执行?
ios 下 scroll-view bindscroll 事件 不是实时执行,是在模块停止后再执行绑定事件,添加fixed 在scroll-view下会抖动,偏移 开发者模式ipad 模拟正常。 代码片段:https://developers.weixin.qq.com/s/LUHW6im47S73 ipad 型号 A1822
2019-04-16 - 小程序 scroll-view 的 bindscroll响应不及时,有卡顿
滑动的时候,会出现卡顿现象,触发的bindscroll 函数会卡顿,应该怎么解决
2017-11-13 - sticky吸顶组件在小米手机下无法触发吸顶效果
使用手机小米8(小米10、1加手机)在小程序“小程序示例”下,吸顶组件不触发吸顶效果,效果如图 [图片] [图片] 手机型号:MI 8\系统版本Android 10\MIUI12.0.3稳定版 [图片] 微信版本7.0.20 [图片]
2020-11-13 - 小程序吸顶的效果太卡顿
随着滑动到一定距离后,需要有吸顶的效果,有 fixed 的话安卓手机上的延迟太过严重,用 sticky 的话苹果手机是好的,但兼容行太差。求官方回复!!!
2018-05-07