同遇到,请问解决了吗
wx.getMenuButtonBoundingClientRect 的问题- 当前 Bug 的表现(可附上截图) 调用 wx.getMenuButtonBoundingClientRect 这个 API 的时候偶尔会返回一下错误: getMenuButtonBoundingClientRect:fail:access denied; at wx.getMenuButtonBoundingClientRect Error: getMenuButtonBoundingClientRect:fail:access denied 看起来好像是因为没有权限,但这个 API 好像不需要授权吧? 这个问题没有找到复现的方法,是在线上监控里看到的。只在安卓手机里出现这个问题。并且在多个版本的微信客户端里都有出现,可以排除是兼容性的问题。虽然数量不多,但一直有出现。 希望微信官方能解答一下。
2019-05-06请问一下解决了吗
scorll-view在安卓上有时出现无法触发下拉触底事件- 当前 Bug 的表现(可附上截图) 我列表设置了每次加载20条数据,有时滑动到需要触底加载时,不生效,需要先往上拉一下,才能向下触发加载事件 - 预期表现 与IOS一致 - 复现路径 - 提供一个最简复现 Demo <scroll-view bindscrolltolower="touchBottom" scroll-y="true" class='swul_right' style="height:100%"> <view class="v" style="{{index % 2==0?'background-color:#f5f5f5':'background-color:white'}}" wx:key="{{index}}" wx:for="{{bills}}" bindtap="handwul" data-wul="{{item}}"> <view class='swul_box' style='line-height:30px;'> <view class="swul_leftbox"> <text style='color:grey;width: auto'>{{index+1}}.</text> <text style="width: auto">{{item.name}}</text> </view> <view class='swul_rightbox' style="float: right;margin-right:10rpx"> <text style='font-size:14px;color:grey;'>{{item.guige}}</text> </view> </view> <view class='swul_box' style='line-height: 20px;'> <text style='color:grey;margin-left:15px;'>{{item.no}}</text> </view> </view> </scroll-view>
2019-03-06