我这里开发标签也不显示, Angular 11 项目引用weixin js 正式开放帐号,配置js访问域名,配置IP白名单;wxconfig已经成功 在index.html head里配置了 meta Content-Security-Policy 添加了;frame-src https://*.qq.com webcompt:; 使用js写入 wx-open-launch-weapp var dom = document.getElementById('wxOpenInAPP'); dom.innerHTML = '<div>test</div>' + '<wx-open-launch-weapp id="launch-btn" username="gh_047f793998c2" path="pages/mine/coupon_detail.html?reseller=43&id=65"><script type="text/wxtag-template"><style>.btn{ display: inline-block; color: #fff; text-align: center; white-space: nowrap; vertical-align: middle; touch-action: manipulation; box-sizing: border-box; height: 44px; line-height: 44px; font-size: 16px; width: 100%; background: #d84e43; border-color: #d84e43; border-radius: 4px; }</style><button class="btn">打开小程序</button></script></wx-open-launch-weapp>'; 但是在iPhone 8 微信浏览页面时,此按钮不显示。 请问谁可以帮分析一下原因,谢谢
angular h5跳转小程序,wx-open-launch-weapp开放标签不显示,点击无反应?用的Angular 写的SPA 页面, 扫瞄分享功能都可以成功, 服务号是认证过的,sdk用的npm 包方式引入, 名为weixin-js-sdk, 查了版本是1.6.0,其他微信版本,iOS版本都是符合的,但是wx-open-launch-weapp 按钮不显示,点击无反应,打开看Vconsole工具查看element元素,元素是在的,就是不显示,在线跪求大佬指点。贴上代码 ngOnInit() { this.initPage(); // init wxInit code const url = encodeURIComponent(window.location.href); this.wxsdk.getJSAPI(url, 'offical').subscribe(res => { this.wxsdk.initConfig(['scanQRCode'], res, ['wx-open-launch-weapp']); }); } ngAfterViewInit(): void { setTimeout(()=>{ this.appTaginit(); },1000) } appTaginit(){ const wxOpenApp = document.getElementById('wxOpenInAPP') as Element; wxOpenApp.innerHTML = '<wx-open-launch-weapp id="launch-btn" username="gh_xxxxxx" path="/pages/home/home.html"><templete><div class="wx-btn">跳转小程序</div></templete></wx-open-launch-weapp>'; const launchBtn = document.getElementById('launch-btn') as Element; if (!launchBtn) { return } launchBtn.addEventListener('launch', function (e) { console.log('launch',e); }) launchBtn.addEventListener('error', function (e:any) { console.log('fail', e.detail) }) } this.wxsdk.initConfig代码如下: [图片] Html代码 [图片] 线上图: [图片]
2021-07-29请问有计划开发此功能吗?大概什么时候发布?谢谢
camera 能代码控制焦距吗 而不是用手去控制-camera 能代码控制焦距吗 而不是用手去控制镜头的远近
2018-12-11询问相同问题,希望得到答复。谢谢
camera支持调整焦距吗camera支持程序调整焦距吗
2018-12-11大家好,我们在很多华为手机上遇到相同问题,非常影响我们的功能实现。希望微信开发组进行确认及修改。谢谢 iphone手机上没有发现此问题。
小程序闪光灯能否支持常亮- 需求的场景描述(希望解决的问题) 我们现在做一个拍照识别的小程序,但是目前的相机拍近处闪光灯效果特别差,会过度曝光,希望能闪光灯常亮提供稳定的光照 - 希望提供的能力 闪光灯常亮
2018-12-11