When I use PushModalAsync(new MyPage());, the new page shows up with it's toolbar (correct).
But, when I use PushAsync(new MyPage());, the new page shows WITHOUT a toolbar. Why?
When using iOS or Android, the toolbar is shown in both cases. But on UWP only when pushing modal.
Up until version 2.3.3.168 PushAsync worked on UWP as well. But after installing 2.3.3.175, the toolbar no longer shows up when pushing non-modal in UWP. Is this the intended behaviour or is it a XF bug?