Hi,
I'm having some trouble with the toolbar on WinPhone. When navigating from one ContentPage with toolbaritems to another without toolbaritems, the second page shows a black area (where the toolbar used to be on the first page). The contents of the second page are partially hidden behind the black toolbar-area. The navigation is done by NavigationPage(mainpage).Navigation.PushAsync().
I've included a (heavily redacted ) image to clarify the situation. The second page contains a Grid with three rows: Auto, * and Auto. The contents of the third row, a button, is completely covered by the toolbar-area. When I add a toolbaritem to the page everything is as is should be. That is, the *-sized row is a bit smaller and the button is visible, above the toolbar. That's why I think the problem is caused by the described scenario.
Is this a bug or do I need to set a property or something? We're using Forms 2.0.0.6490. It seemed to work alright on Forms 1.5.0.6446.
Thanks in advance,
Erik