小程序
小游戏
企业微信
微信支付
扫描小程序码分享
安卓端预览以及真机调试都可以通过bindscroll实时获取滚动高度,但是ios端调试可以实时获取滚动高度,但是真机测试就无法获取实时高度,只有手指离开屏幕才会触发事件
3 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
楼主解决了吗?
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
ios下 scroll-view bindscroll 事件不是实时执行?https://developers.weixin.qq.com/community/develop/doc/000c04139205984c9468d4f6c5b000参考下这个
换成wxs的写法,https://developers.weixin.qq.com/miniprogram/dev/framework/view/wxs/01wxs-module.html例如: <wxs src="./daisen.wxs" module="daisen"></wxs><scroll-view style='height:500px;' scroll-y bindscroll="{{daisen.scrollViewDidScroll}}">试下
有大佬可以帮忙看下吗?
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
楼主解决了吗?
ios下 scroll-view bindscroll 事件不是实时执行?
https://developers.weixin.qq.com/community/develop/doc/000c04139205984c9468d4f6c5b000参考下这个
换成wxs的写法,https://developers.weixin.qq.com/miniprogram/dev/framework/view/wxs/01wxs-module.html例如: <wxs src="./daisen.wxs" module="daisen"></wxs>
<scroll-view style='height:500px;' scroll-y bindscroll="{{daisen.scrollViewDidScroll}}">试下
有大佬可以帮忙看下吗?