美文网首页
App & 小程序互相跳转问题整理:小程序无法返回App

App & 小程序互相跳转问题整理:小程序无法返回App

作者: 南窗云 | 来源:发表于2019-12-03 12:03 被阅读0次

1 App跳转到小程序,提示 跳转失败。

image.png

官方文档

2 小程序点击返回无法收到回调信息

具体表现 WXEntryActivity 找不到 onResp 方法继承
因为项目中用了友盟精简版,尚欠截图

友盟

3 小程序点击按钮无反应,无法回到APP

        <!-- 社会化分享-->
        <activity
            android:name=".wxapi.WXEntryActivity"
            android:configChanges="keyboardHidden|orientation|screenSize"
            android:exported="true"
            android:launchMode="singleTask"
            android:taskAffinity="com.riselinkedu.parent"
            android:theme="@android:style/Theme.Translucent.NoTitleBar" />

参考文章:《小程序跳回app,回到了微信主页,而不是app》

相关文章

网友评论

      本文标题:App & 小程序互相跳转问题整理:小程序无法返回App

      本文链接:https://www.haomeiwen.com/subject/anvgfctx.html