什么原因呢?难道要上线才可以吗?
supportedMaterials配置在预览版、体验版中不生效无法提供代码片段,因为是全局配置相关的bug。 描述,在小程序的app.json内配置: { "pages": [ "pages/index/index" ], "window": { "backgroundTextStyle": "light", "backgroundColor": "#FAFAFA", "backgroundColorTop": "#FAFAFA", "backgroundColorBottom": "#FAFAFA", "navigationBarBackgroundColor": "#FAFAFA", "navigationBarTitleText": "", "navigationBarTextStyle": "black" }, "permission": { "scope.userLocation": { "desc": "你的位置信息将用于小程序定位附近服务" } }, "lazyCodeLoading": "requiredComponents", "supportedMaterials": [ { "materialType": "image/*", "name": "用${nickname}识别", "desc": "描述", "path": "pages/index/index" } ], "sitemapLocation": "sitemap.json" } 然后使用macOS nightly版本1.05.2101192打开项目: 1、生成预览码,预览码打开,然后点选图片,选择“更多打开方式”以后,仅显示“拼多多”。 2、上传为体验版,然后体验码打开,然后点选图片,选择“更多打开方式”以后,仅显示“拼多多”。 [图片] [图片]
01-19楼主解决了吗?遇到了同样的问题
安卓App进程杀掉,微信不能正常唤醒App?测试微信开放标签功能“ wx-open-launch-app” ,如果App没杀掉进程,微信是可以正常跳转到指定App的,如果App杀掉进程,就不能正常跳转 <wx-open-launch-app id="launch-btn" appid="xxx" extinfo="your-extinfo" > <script type="text/wxtag-template"> <style>.btn { padding: 12px }</style> <button class="btn">App内查看<button> </script> </wx-open-launch-app> <script> var btn = document.getElementById('launch-btn'); btn.addEventListener('launch', function (e) { alert("launch-success") console.log('success'); }); btn.addEventListener('error', function (e) { alert(JSON.stringify(e.detail)) console.log('fail', e.detail); }); </script> [图片][图片][图片]
2020-07-20同问
小游戏 米大师 沙盒 会实际扣钱小游戏 沙盒 支付 会实际扣费,沙盒不是应该不扣费的吗?
2018-08-09有解决吗?
wx.downLoadFile在Android下文件后缀名异常问题:用该接口下载一个MP3文件,后缀名在安卓上会变为unknown,导致无法播放,其他平台都可以下载后MP3文件 [图片] 另外:在ios中,接口的成功回调函数里为什么没有header结构体,而安卓却有?需要用该header判断content-type。 新版本需要用到,有点急,请帮忙看看,谢谢啦!
2018-08-06有解决?我也遇到了
websocket调用sendSocketMessage时报错你想反馈一个 Bug 还是 提一个需求? Bug 如果是 Bug: * Bug 表现是什么?预期表现是什么? 在pc机开发工具上用websocket连接可以通信。但是在真手机上connectSocket,onSocketOpen都可以。但是sendSocketMessage时就会出unknown data的错误。 * 如何复现? * 提供一个最简复现 Demo [图片] [图片]
2018-07-17