- jssdk报config:function declared but not implenment?
调wx.config 报一下错误 偶尔报 {\"errMsg\":\"config:function declared but not implenmented\"}"
03-22 - 切到后台,再进入小程序网页时,软键盘位置留有空白?
安卓手机小程序打开网页时,当input框获取焦点弹出软键盘后直接切到后台,再进入小程序网页时,软键盘位置留有空白,这个bug安卓手机小程序打开所有的网页都有,请问怎么解决?
2020-06-03 - 小程序web-view 调用navigateTo 当前webview 中的页面是隐藏吗?
小程序web-view 调用navigateTo之后, 当前webview 中的document.hidden会变成true吗 会触发visibilitychange吗
2020-03-19 - 小程序web-view jssdk起发票列表报access denied, 是因为不支持该API吗?
wx.ready(function () { wx.invoke('chooseInvoice', { 'timestamp': 1489030247, 'nonceStr': "p(6N&7WOAF", }, function(res) { alert(JSON.stringify(res)); } }); }); // access denied
2020-03-17 - web-view使用jsSdk一定是和小程序绑定的公众号吗?
web-view 中使用jsSdk config的时候一直报invalid url domain AppId和AppSecret 使用的是小程序的 如果用微信公众号的 是正常的
2020-01-06 - 企业微信wx.openBluetoothAdapter Android 没有此方法? ios正常
企业微信最新版 使用场景: 企业微信通过蓝牙接口 调用打印机 问题: wx 对象没有openBluetoothAdapter 方法 基本上蓝牙相关的都没有 ios 是正常的
2019-10-17 - 自定义分析 element:触发元素 配置component里面的元素可否?
自定义分析 element:触发元素 如果配置Component 组件里面元素的class
2019-08-28