<div class="home">测试按钮
<wx-open-launch-weapp
id="launch-btn"
username="gh_579f93fee087"
@launch="handleLaunchFn"
@error="handleErrorFn"
>
<script type="text/wxtag-template">
<style>.wx-btn { width: 200px; height: 40px; text-align: center; line-height: 40px; font-size: 16px; border-radius: 20px; background: #62c655; color:#fff; border: 0;}</style>
<button class="wx-btn">跳转小程序</button>
</script>
</wx-open-launch-weapp>
</div>
在微信网页里打开是可以的,但webview的小程序里按钮不显示是为什么啊
同问,小程序的 web-view 支持 wx-open-launch-weapp 吗?
请问你们解决了这个问题了吗?我也有一样的问题,在小程序的web-view中不显示wx-open-launch-weapp
请问一下, 你的问题解决了吗
你小程序怎么写的?弄一个 [ 能复现问题的简单的 ] 代码片段,我帮你看看
https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html
请学会如何「提问」(👈戳我)