WinUI: NavigationPage transitions show white window/background behind content #11809
Labels
area-navigation
NavigationPage
migration-compatibility
Xamarin.Forms to .NET MAUI Migration, Upgrade Assistant, Try-Convert
platform/windows 🪟
s/triaged
Issue has been reviewed
s/verified
Verified / Reproducible Issue ready for Engineering Triage
t/bug
Something isn't working
Milestone
Description
When using
PushAsync
andPopAsync
to transition with NavigationPage on Windows 10, a white background appears at the edges of the window where the transition is occurring. This area is always white even when the content page has a different background color or a background image.2022-12-01.17-43-24.mp4
Steps to Reproduce
MainPage = new AppShell()
withMainPage = new NavigationPage(new MainPage())
in App.xaml.csApp.Current.MainPage.Navigation.PushAsync/PopAsync
Expected behavior: The transition animation is seamless.
Actual behavior: A white background is visible during the transition.
NOTE: The linked repro project is passing
animated: false
toPushAsync/PopAsync
because of another bug report I'm filing. You can change it toanimated: true
, but the white background is visible either way (due to the other bug).Link to public reproduction project repository
https://github.com/ArrowCase/TestMauiTransition
Version with bug
7.0 (current)
Last version that worked well
Unknown/Other
Affected platforms
Windows
Affected platform versions
Windows SDK 10.0.19041.0
Did you find any workaround?
None.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: