Relative Content

Tag Archive for .netxamarinmaui

.NET MAUI – Split View AppShell / Static Map Layout

I’m building an app in .NET MAUI that currently uses AppShell for navigation and works well when used with a phone or tablet both locked to portait mode. There is a new requirement coming that will allow the user to use the same app on a tablet in landscape mode which will then present a split screen view. On the left would be the application running exactly how it does currently using AppShell and on the right would a static map control. The user should be able to navigate through the app on the left side normally while the right side remains unchanged. Is there a way I can achieve this goal and still take advantage of AppShell navigation? Or am I going to need to switch to NavigationPages? Or is this even possible?