Android App 跳转微信小程序后,在手机上不能返回,点击返回按钮没有任何反应,没有成功跳转也没有任何错误信息,好像没有响应一样
小程序代码
<button open-type=“launchApp” app-parameter=“wechat-pay-success” binderror=“launchAppError” class=“btn” hover-class=“btn_hover”>返回APP</button>
Android代码 <span style="font-size: 16px;">AndroidManifest设置:</span>
<activity
android:name="${applicationId}.wxapi.WXPayEntryActivity"
android:exported="true"
android:taskAffinity="${applicationId}"(应用包名)
android:launchMode="singleTask"
android:configChanges="keyboardHidden|orientation|screenSize"
android:theme="@android:style/Theme.Translucent" />
你好,无法返回app请先按照【[4] 接收微信的请求及返回值】自查:
https://developers.weixin.qq.com/doc/oplatform/Mobile_App/Access_Guide/Android.html