小程序
小游戏
企业微信
微信支付
扫描小程序码分享
华为手机movable-view底部触发不了bindchange,顶部可以,就是下拉可以触发的了,滑动到底部上拉触发不了bindchange方法
<movable-area>
<movable-view id="pulltorefresh-view-container" out-of-bounds="{{true}}" y="{{-offsetY}}" direction="vertical" bindtouchend="touchend" bindchange="change">
2 个回答
加粗
标红
插入代码
插入链接
插入图片
上传视频
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
你好,麻烦通过点击下方“反馈信息”按钮,提供出现问题的。
<scroll-view class="body" scroll-y
是不是因为和scroll-view冲突?小米和苹果我试了还几台,就这台华为不行,暂时也没其他华为机子可以测试
关注后,可在微信内接收相应的重要提醒。
请使用微信扫描二维码关注 “微信开放社区” 公众号
你好,麻烦提供出现问题的具体机型、微信版本号、系统版本号,以及能复现问题的代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
<movable-area>
<movable-view id="pulltorefresh-view-container" out-of-bounds="{{true}}" y="{{-offsetY}}" direction="vertical" bindtouchend="touchend" bindchange="change">
<scroll-view class="body" scroll-y
是不是因为和scroll-view冲突?小米和苹果我试了还几台,就这台华为不行,暂时也没其他华为机子可以测试