Skip to content

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

Open
@sbs-surendhar-kabilan

Description

@sbs-surendhar-kabilan

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions