Unable to get tabs to show after initial login screen for MAUI app
Anyone have any experience with .NET MAUI tabbed pages? I can not for the life of me get a TabBar to appear correctly after having a login cycle happen. It loads the content for the page, but the TabBar is messed up. If I comment out the
ShellContent
for the login page, then the TabBar shows up, but it won't load the login.
With the ShellContent
at the top commented out, I get my NavBar, but no login page (MainPage
)1 Reply
Oh I forgot, the mention, that janky "MainPage" link at the bottom of the first screenshot will actually navigate me back to the
MainPage