Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

页面前进或者回退存在问题 #2

Open
948911908 opened this issue Aug 1, 2020 · 7 comments
Open

页面前进或者回退存在问题 #2

948911908 opened this issue Aug 1, 2020 · 7 comments

Comments

@948911908
Copy link

当我在一个页面打开一个弹层后,我去到新的页面,这个弹层还是会带过去,返回也是有问题

@Alan6th
Copy link

Alan6th commented Aug 17, 2020

我也是,页面销毁的时候,如果FFloatController.isShow=true,会报错。

@xiongwenzhi
Copy link

页面关闭了 pop还在解决了吗?

@leafney
Copy link

leafney commented Sep 11, 2020

遇到同样的问题, controller.dismiss(); 根本无效。。。

@xiongwenzhi
Copy link

#有用啊,我是监听返回键 把这个dismiss了

@leafney
Copy link

leafney commented Sep 11, 2020

#有用啊,我是监听返回键 把这个dismiss了

我是在 Navigator.of(context).push() 之前调用的,我试试你说的方法。

@leafney
Copy link

leafney commented Sep 11, 2020

遇到同样的问题, controller.dismiss(); 根本无效。。。

是我的问题,重启了项目后正常了。

@chenBingX
Copy link
Member

目前FFloat没有感知页面生命周期,在页面退出的时候,如果有正在显示的FFloat,需要手动调用 controller.dismiss()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants