wx-open-launch-app弹出跳转点击“允许”后无法冷启动app,但热启的app可以唤起
https://developers.weixin.qq.com/doc/offiaccount/OA_Web_Apps/Wechat_Open_Tag.htmlhttps://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/Android.html <wx-open-launch-app
id="launch-app-btn"
appid=""
class="launch-btn"
extinfo="{'scheme':''}"
>
<script type="text/wxtag-template">
<style>.btn { height: 96px;}</style>
<div class="btn">打开app1</div>
</script>
</wx-open-launch-app>
无法唤起app,但如果app已经在后台运行则可以唤起,监听launch事件是有打印数据的,没有报错