- 这几天小程序频繁出现 内存不足的提示然后闪退,大佬们帮忙看看是哪里出错了?
APPId: wxfcf3476d01ae9587
2019-11-29 - 微信小程序在什么情况会导致手机内存不足?
[图片] 求解
2019-08-19 - wx.onMemoryWarning 有人使用吗?
wx.onMemoryWarning 有人使用吗?这个数据如何我们昨天添加内存不足告警的监控,当前只灰度了50%,过去三个小时上报了 9600 次,ios 和android 的比例是 1:4
2019-11-16 - 小程序意外退出,请稍后重试 wx.onMemoryWarning 也没被调用啊?
[图片] 1. 加载几页后就开始出现强退的现象 2. 用户的头像尺寸是不小,但是这些被包在scoll-view 里面的且 image 组件开启了懒加载 3. wx.onMemoryWarning 也没被调用 @官方 @微信 (这种有用嘛~) 4. 设备相关参数 {[图片] "language": "zh_CN", "wifiEnabled": true, "safeArea": {[图片] "bottom": 778, "height": 734, "top": 44, "width": 375, "left": 0, "right": 375 }, "bluetoothEnabled": true, "locationAuthorized": true, "deviceOrientation": "portrait", "notificationSoundAuthorized": true, "screenHeight": 812, "windowHeight": 730, "version": "7.0.5", "fontSizeSetting": 17, "system": "iOS 13.1", "notificationAuthorized": true, "statusBarHeight": 44, "windowWidth": 375, "pixelRatio": 3, "notificationBadgeAuthorized": true, "locationEnabled": true, "batteryLevel": 44, "model": "iPhone X (GSM+CDMA)<iPhone10,3>", "screenWidth": 375, "microphoneAuthorized": true, "cameraAuthorized": true, "albumAuthorized": true, "notificationAlertAuthorized": true, "brand": "iPhone", "platform": "ios", "SDKVersion": "2.8.1", "networkType": "wifi", "level": 44, "isCharging": false }
2019-09-03 - 我想反馈一个bug,关于地图方面的,希望有人能帮忙解答?
bindtapeventhandle 否点击地图时触发1.0.0bindmarkertapeventhandle 否点击标记点时触发,[代码]e.detail = {markerId}[代码]1.0.0 地图的这两个事件,bindmarkertap 会事件穿透。怎么解决,属于bug吗?就是点击 bindmarkertap的时候会执行 bindtap的事件。
2019-08-23 - 小程序地图组件Markers的部分label属性如何处于图片上层
- 需求的场景描述(希望解决的问题) [图片] - 希望提供的能力 label遮盖markers,而不是markers遮盖label
2018-08-31 - 微信公众号模板消息如何跳【体验版小程序】
微信公众号发送的模板消息,如何跳转到体验小程序呢? 直接跳正式版有点慌啊,毕竟没测试通过,不敢直接发布到正式上去啊。 现在直接跳正式版了,很不方便测试。
2018-07-11 - 通过“服务通知”打开订单详情后,无法返回
用户预订成功通过模版消息给客户发送了“服务通知” 服务通知接口有个参数是:page,如果将这个page定义到小程序内的订单详情页面,例如:“pages/orderDetail?order_no=12323”,那么用户点击这条“服务通知”,点击最下方“进入小程序查看”,可以直接展示该订单详情页 但是这个订单详情页没有返回按钮,不能返回到小程序其他页面,只能点小程序“小圆圈”按钮,将小程序最小化 如果这个时候客户再次进入小程序,还是现实的该订单详情页面,而且不能跳转到任何页面,除非关闭小程序并等待小程序超时回收,再次进入才能到小程序首页 请问有任何解决办解决这个问题么?
2018-04-18