有解决吗?安卓点系统返回直接退出小程序了,再手动点击才会进入刚才支付停留的界面
安卓手机小程序调起微信支付,自动跳转官方的银行卡绑定页面,回退页面卡死异常?从绑定银行卡页面返回到小程序时发现页面卡死了,页面的支付中弹窗icon还可以一直转,像有一层透明遮罩层一样什么都点不了,必须手动触发系统回退功能一下,小程序页面功能才正常。
2024-10-15H5里面加这个有用 body { -webkit-text-size-adjust: 100% !important; }
web-view 内嵌H5网页打开后为什么在显示内容之后自动缩小内容区域?[图片][图片]
2024-07-12请问这个问题解决了嘛
在iPhone13 iOS16.1.1中,CustomTabBar快速切换时,小程序卡死无法操作!在特定版本:iPhone13 iOS16.1.1中,小程序使用了CustomTabBar,并且wx.switchTab防抖500ms,快速切换Tab页面多次,小程序卡死无响应.使用原生Tab则没有此现象. 已复现场景的小程序:北面小程序,lululemon小程序,耐克小程序. 请问下:原因是什么? JS: debounce(() => { wx.switchTab({ url: path }) }) WXML: <block wx:for="{{tabBarConfig}}" wx:key="index"> <view class="tab-bar-item {{FILTER.isAnd(item.path === activePath, 'is-active')}}" data-item="{{item}}" bind:tap="onTabItemChange"> <view class="tab-item-image is-full"> <image class="item-image" src="{{FILTER.tabItemActive(item, activePath)}}" /> </view> <view class="tab-item-text" wx:if="{{item.text}}">{{item.text}}</view> </view> </block>
2024-02-27请问问题解决了吗?
scroll-view的滚动触底事件有概率不触发用scroll-view做查询瀑布流时,通过console.log日志跟踪,发现当滚动速度很快时,bindscrolltolower事件有概率不会触发,此时瀑布流查询被中断。 <scroll-view class="search-scroll" wx:else scroll-top="{{page.topNum}}" scroll-y style="height:{{page.scrollHeight}}" scroll-with-animation="{{true}}" scroll-anchoring="{{true}}" refresher-enabled="{{true}}" refresher-threshold="{{80}}" refresher-triggered="{{page.refreshing}}" bindrefresherrefresh="onRefresh" bindscrolltolower="scrollLoad"> scrollLoad(){ console.log('滚动至底部后查询 page='+this.data.page.pageNo) this.loadResult(); },
2022-12-12