Closed hbraasch closed 2 years ago
Verified repro on Android 12.0 - API 31 with VS 17.3.0 Preview 1.0 [32414.199.main]. Repro project: ToolbarAlignmentTester-master.zip
Thanks for the verification. Great!
Now verified myself problem does NOT exist on iOS, only Android
No longer reproducible on main (6.0.300-rc.4.5681)
Description
When navigating from a main page to another page using the [Application.Current.MainPage.Navigation.PushModalAsync(nextPage)] instruction, the Toolbar merges with the topmost notification bar. When it should be like this (generated inside Xamarin Forms):
It displays like this (generated inside Maui):
As mentioned before, using the exact same code in Xamarin Forms, it displays correctly.
This was always a problem (earlier releases of MAUI) but I was hoping it will disappear during its development. It did not happen. That's why I am raising this issue.
Steps to Reproduce
Version with bug
Release Candidate 1 (current)
Last version that worked well
Unknown/Other
Affected platforms
I was not able test on other platforms
Affected platform versions
Tested on Android API 29/30 only
Did you find any workaround?
None
Relevant log output