You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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,
How to resolve this?
The text was updated successfully, but these errors were encountered: