<wx-open-launch-weapp
appid="xxxxxxxxx"
username="xxxxxxxxxxxxxx"
:path="path"
style="display:block;height:100%"
>
<script type="text/wxtag-template">
<button style="width:1000px;height:1000px;">打开小程序</button>
</script>
</wx-open-launch-weapp>
使用定位 是wx组件 定位在页面组件上,安卓点击跳转正常, ios点击无反应
请问有解决么