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

[Bug]: Push到新页面后,会先显示上一个页面内容 #2087

Open
FirstDKS521 opened this issue Jul 15, 2024 · 3 comments
Open

[Bug]: Push到新页面后,会先显示上一个页面内容 #2087

FirstDKS521 opened this issue Jul 15, 2024 · 3 comments

Comments

@FirstDKS521
Copy link

请描述遇到的问题,以及您所期望的正确的结果

从Flutter A 页面 Push 到 Flutter B页面时,在B页面会先展示A页面的内容,然后才会展示成B页面的内容

请说明如何操作会遇到上述问题

No response

在下面填入关键复现代码

//使用的Push方法
BoostNavigator.instance
        .push(pageName, arguments: arguments, withContainer: true);

复现的平台

iOS

Flutter SDK版本

3.22.2

FlutterBoost版本

5.0.2

是否延迟初始化FlutterBoost

No

解决方案

@joechan-cq
Copy link
Collaborator

是否和之前Android上的是相同原因,可能可以采用和 #1807 中一样的方法来对iOS进行修复

@FirstDKS521
Copy link
Author

是否和之前Android上相同的原因,可能可以采用和#1807中一样的方法来对iOS进行修复

这个需要使用者自行处理,不可以在boost框架层处理是吗

@joechan-cq
Copy link
Collaborator

如果原因一样,那就是boost框架的bug,是需要boost框架处理的

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

2 participants