Hello,
Welcome to our Microsoft Q&A platform!
I couldn't see the full code of your app. But you can recheck if you have added some controls in your page LoginPage
.
As a test,I created a simple demo by selecting Flyout
template, just as follows:
Then I commented out the following code in AppShell.xaml
:
<FlyoutItem Title="About" Icon="icon_about.png" FlyoutDisplayOptions="AsSingleItem">
<ShellContent Route="AboutPage" ContentTemplate="{DataTemplate local:AboutPage}" />
</FlyoutItem>
<FlyoutItem Title="Browse" Icon="icon_feed.png" FlyoutDisplayOptions="AsSingleItem">
<ShellContent Route="ItemsPage" ContentTemplate="{DataTemplate local:ItemsPage}" />
</FlyoutItem>
after that I rebuilt this app and deployed to my enulator, it result is:
Best Regards,
Jessie Zhang
---
If the response is helpful, please click "Accept Answer" and upvote it.
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.