fluwx icon indicating copy to clipboard operation
fluwx copied to clipboard

2.2.0打开小程序后,关闭小程序,并没有回到app,而是在微信

Open moc-master opened this issue 4 years ago • 3 comments

Describe the bug 2.2.0打开小程序后,关闭小程序,并没有回到app,而是在微信 而且监听的事件没有任何返回

void initState() { super.initState(); weChatResponseEventHandler.listen((res) { if (res is WeChatLaunchMiniProgramResponse) { if (mounted) { setState(() { _result = "isSuccessful:${res.isSuccessful}"; }); } } }); }

Which version of Fluwx do you use? 2.2.0

moc-master avatar Aug 15 '20 00:08 moc-master

你说的是哪个平台?

JarvanMo avatar Dec 10 '20 02:12 JarvanMo

ios

D-Rusty avatar Dec 24 '20 03:12 D-Rusty

我的ios也是 分享出去 点击返回应用 停留在微信 没有返回应用

youwuxiangsheng avatar Mar 04 '21 09:03 youwuxiangsheng