微信更新8.0.24后,不再复现. 8.0.23 仍然存在问题.
tcpsocket 小程序闪退?连接一个不存在的tcp addres:port , 连接第二次,小程序闪退 代码片段 https://developers.weixin.qq.com/s/7iYIhxmV7gAN 复现操作 https://www.kuaishou.com/short-video/3xgejiq6w8xst99?utm_source=video&utm_medium=video&utm_campaign=video [图片]
2022-07-11https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/url-link/urllink.generate.html https://developers.weixin.qq.com/miniprogram/dev/framework/open-ability/url-scheme.html
H5可以跳转微信小程序吗?请问,H5可以跳转小程序吗?如何实现呢?
2022-07-07[图片]
如何打开右上角三个点里的用户反馈?目前是通过 webview 实现 https://mp.weixin.qq.com/wxawap/wapreportwxadevlog?action=complain_feedback , 但是用户 上报后,无法通过页面上的关闭按钮离开反馈页面
2022-06-27获取的时机太早了导致的 晚一些执行getSystemInfo,比如在onReady中
wx.getSystemInfo()?调用wx.getSystemInfo()函数成功以后,返回的对象中,screenHeight 和 windowHeight,这两个值有时候相等,有时候又不一样,是什么原因造成的。。。。
2021-08-19基础库2.14.1,已被官方回滚.
基础库2.14.1,会导致kbone项目异常?在基础库2.14.1版本,kbone 小程序会出现文字丢失,图片丢失等问题 不清楚其他类型小程序是否会出现问题. 问题已修复.
2020-11-30同出现,android 9+,全部都是这个样子
线上的小程序,有一个iphone用户的路由跳转全部不能用,这是为什么?手机版本:iphone 8 PLUS ios:12.2版本 微信版本:7.0.10 除了tarbar页面,其他路由跳转的页面都进不去 [图片]
2020-11-30component_appid=component_appid 这里
我的appid是正确的,但是访问一直报错appid参数错误[图片]https://open.weixin.qq.com/connect/oauth2/authorize?appid=wx689042ee1931c2cb&redirect_uri=https%3a%2f%2fsandbox-appauth.nascent.cn%2fwechatAgentCall%2fappAuth&response_type=code&scope=snsapi_base&state=552&component_appid=component_appid#wechat_redirect
2020-09-25可以可以分包,路由懒加载不清楚是的
@官方:kbone跨端的几个问题?1:kbone中web端能直接引用小程序原生的底部菜单栏吗?像uniapp那样的 2:kbone中能实现web端的路由懒加载和小程序的分包吗? 3:kbone支付和登录功能需要配置https吗?
2020-09-21同样有这个问题
kbone使用Promise封装的请求在开发者工具中无法显示回调内容kbone使用Promise封装的请求在开发者工具中无法显示回调内容。 封装的请求函数: const http = (url, data, authorization, method, showToast) => { return new Promise(function (resolve, reject) { kboneAPI.request({ url: `${url}`, method: method ? method : 'POST', data: data, header: header, success: function (res) { resolve(res.data); }, fail: function (res) { reject({ error: '网络错误', code: 0 }); }, }) }) } export default http; 页面中使用: http("/api", param, undefined).then((results) => { //results 开发者工具无法进入这里 })
2020-09-19解决方法 cd dist mp npm install --save miniprogram-render 开发者工具导入项目--工具--构建npm--编译
IDE使用kbone框架提示:Uncaught Error小程序使用kbone框架偶尔出现:Uncaught Error: module "pages/index/miniprogram-render.js" is not defined 详细问题:https://github.com/wechat-miniprogram/kbone/issues/4
2019-09-23