How can I prevent window titles from overlapping in a Maui app with shell navigation and modals?
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
Any insights, code snippets, or suggestions would be immensely helpful. Thank you!
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 Any insights, code snippets, or suggestions would be immensely helpful. Thank you! Read More