Using the function below does not move the page to the desired view. The function is called from a Button Command
WeeklyJourneysCommand = new AsyncCommand(WeeklyJourneysAsync);
Which calls
async Task WeeklyJourneysAsync()
{
await base.CoreMethods.PushPageModel<EventListPageModel>(App.CurrentWeekNumber);
}
Sorted - multiple master detail pages causing issues