I am using the following command to open a new page:
OpenPageCmd = new Command<string>(async (route) => await Shell.Current.GoToAsync(route));
I am using this command to go back to the page:
Shell.Current.Navigation.PopAsync();
OnAppearing is being called in iOS but not in Android with XF 4.1.0.709244
Note that I am not using the latest XF as that's causing other known issues that stop the app from working properly.
Does anyone have any ideas on how to fix this. It's a serious problem for me and holding up release of the app.