- pendant直播挂件close-picture-in-picture-mode在ios和安卓不同
<pendant type="1" close-picture-in-picture-mode="1"></pendant> 引入了直播挂件pendant后,希望从直播挂件进入直播的链接在返回后不展示直播小窗,所以close-picture-in-picture-mode参数设置为1。 在安卓上是正常的,为0时展示直播小窗,为1时不展示直播小窗; 但在ios上,不管设置为0 还是1,还是一直展示直播小窗。
2024-04-01 - 使用navigateBackMiniProgram返回另一小程序extraData参数丢失?
同这个问题,但是看到解决方案 https://developers.weixin.qq.com/community/develop/doc/000a68c16c4c3081d52e9e1ee51c00?highLine=wx.navigateBackMiniProgram%25E8%25B7%25B3%25E5%259B%259E%25E6%2588%2590%25E5%258A%259F%25EF%25BC%258C%25E5%258F%2582%25E6%2595%25B0%25E4%25B8%25A2%25E5%25A4%25B1%25E7%259A%2584%25E9%2597%25AE%25E9%25A2%2598
2023-08-11 - 企业微信打开小程序,为什么会出现“加载小程序信息超时”的报错?
[图片][图片]
2022-11-07 - 为什么在企业微信端,安卓的input focus 状态下会有位置偏移?
https://developers.weixin.qq.com/miniprogram/dev/component/input.html 直接用的是官网的示例,在微信端正常展示,但在企业微信端会有问题 [图片] [图片] SDKVersion: "2.19.2" abi: "arm64-v8a" benchmarkLevel: 0 bluetoothEnabled: false brand: "HUAWEI" cameraAuthorized: true deviceOrientation: "portrait" devicePixelRatio: 3 enableDebug: true environment: "wxwork" errMsg: "getSystemInfo:ok" fontSizeSetting: 16 host: Object language: "zh_CN" locationAuthorized: true locationEnabled: true microphoneAuthorized: true model: "EML-AL00" notificationAuthorized: false pixelRatio: 3 platform: "android" safeArea: Object screenHeight: 748 screenTop: 77 screenWidth: 360 statusBarHeight: 29 system: "Android 9" theme: "light" version: "8.0.7" weixinVersionCode: 2100 weixinVersionName: "8.0.20" wifiEnabled: true windowHeight: 672 windowWidth: 360 __proto__: Object
2022-03-15 - 为什么企业微信安卓端 Input focus 状态会往上偏移?
https://developers.weixin.qq.com/miniprogram/dev/component/input.html 用的是官方的案例,在微信端打开是正常的,在企业微信端打开就会有问题 SDKVersion: "2.19.2" abi: "arm64-v8a" benchmarkLevel: 0 bluetoothEnabled: false brand: "HUAWEI" cameraAuthorized: true deviceOrientation: "portrait" devicePixelRatio: 3 enableDebug: true environment: "wxwork" errMsg: "getSystemInfo:ok" fontSizeSetting: 16 host: Object language: "zh_CN" locationAuthorized: true locationEnabled: true microphoneAuthorized: true model: "EML-AL00" notificationAuthorized: false pixelRatio: 3 platform: "android" safeArea: Object screenHeight: 748 screenTop: 77 screenWidth: 360 statusBarHeight: 29 system: "Android 9" theme: "light" version: "8.0.7" weixinVersionCode: 2100 weixinVersionName: "8.0.20" wifiEnabled: true windowHeight: 672 windowWidth: 360 [图片] [图片]
2022-03-15