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

Page not loaded properly for PopPageModel using navigation stack in FreshMVVM Xamarin Forms Android #326

Open
sbs-surendhar-kabilan opened this issue Jul 12, 2021 · 1 comment

Comments

@sbs-surendhar-kabilan
Copy link

We are using FreshMVVM in our application. We are using CoreMethods.PopPageModel based on NavigationStack count. While navigating the required page, that page not loaded properly. In xamarin forms ios it's working fine. For xamarin forms android not working fine. We are using the below code,

for (int i = 0; i < 2; i++)
    await CoreMethods.PopPageModel(i == (CurrentPage.Navigation.NavigationStack.Count - 1), animate: false);

How to resolve this?

@berhir
Copy link

berhir commented May 19, 2022

Did you ever solve this problem? I have the same/a similar problem and it seems the problem appears only when I use animate: false. when I remove it, it works.

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