I’m developing a Maui app with shell navigation and modals, and I’m encountering an issue with overlapping window titles. When navigating from the main page to another page using shell navigation, a back button appears, causing the window title to shift slightly to the right. However, when I push a modal on that page, the window title on the modal page remains in its original position. This results in both window titles overlapping and creating a visually awkward effect.
I’ve attached images for reference
MainPage:
Navigated to another page using shell navigation:
Pushed Modal Page:
Any insights, code snippets, or suggestions would be immensely helpful. Thank you!