xamarin / Xamarin.Forms

Xamarin.Forms is no longer supported. Migrate your apps to .NET MAUI.
https://aka.ms/xamarin-upgrade
Other
5.64k stars 1.88k forks source link

the menu items displays correctly, but if I navigate to this page from the flyout menu, both the hamburger menu and the tabs disappear. Is it possible to keep them in view? on both Android and iOS #15767

Closed Priyabaghelgithub closed 1 year ago

Priyabaghelgithub commented 1 year ago

` <ShellContent Title="Page 1" ContentTemplate="{DataTemplate local:Page1}"/> <ShellContent Title="Page 2" ContentTemplate="{DataTemplate local:Page2}"/> <ShellContent Title="Page 3" ContentTemplate="{DataTemplate local:Page3}"/> <ShellContent Title="Page 4" ContentTemplate="{DataTemplate local:Page4}"/>

` @jfversluis @jamesmontemagno
jfversluis commented 1 year ago

For more "how-to" questions please refer to sites like Stack Overflow or similar. Also I'm not sure what you mean, so try to add more description and what you might have tried already with some sample code. Thanks!