-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tabbed page in .Net Maui not working on Android #10504
Comments
Hi @ThomasCarltonInPerson. We have added the "s/needs-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Hi @ThomasCarltonInPerson. We have added the "s/needs-repro" label to this issue, which indicates that we require steps and sample code to reproduce the issue before we can take further action. Please try to create a minimal sample project/solution or code samples which reproduce the issue, ideally as a GitHub repo that we can clone. See more details about creating repros here: https://github.com/dotnet/maui/blob/main/.github/repro.md This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
@ThomasCarltonInPerson can you please use the template as well? Without a version that makes this even harder to track down |
Duplicate of #6389 This is because Shell does not support mixing non-Shell pages. |
Thanks for your comment. Then how to "disable" shell please ? |
Just don't use the AppShell.xaml. Think of Shell as a really fancy navigation page. If you want to use Shell and tabs, you can make use of shell tabs: https://learn.microsoft.com/en-us/dotnet/maui/fundamentals/shell/tabs |
I'm sorry. I don't get you. What do you mean by don't use the AppShell.xaml ? Do you mean removing the file entirely from the projet ? (deleting it for example). Then how to handle the application initialization :
I'm sorry if my questions seem too basic but I'm an entire beginer in .Net Maui. Thanks |
I have a tabbed page in .Net Maui as follows :
The pages are more or less the same :
C# code :
The tabbed page works properly on windows :
However on physical android device, I'm getting the following exception when opening my tabbed page. None of these pages have a C# stuff. They are 100% empty.
Does anyone know if .Net Maui tabbed pages work on Android please ?
Thanks
The text was updated successfully, but these errors were encountered: