-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Whole App Shell and Shell content disapear when changing between tabs fast enough (Release mode on Android) #18555
Comments
Hi @MauiUIui. 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. |
This issue has been automatically marked as stale because it has been marked as requiring author feedback to reproduce the issue but has not had any activity for 4 days. It will be closed if no further activity occurs within 3 days of this comment. If it is closed, feel free to comment when you are able to provide the additional information and we will re-investigate. |
|
Hi @MauiUIui. We have added the "s/try-latest-version" label to this issue, which indicates that we'd like you to try and reproduce this issue on the latest available public version. This can happen because we think that this issue was fixed in a version that has just been released, or the information provided by you indicates that you might be working with an older version. You can install the latest version by installing the latest Visual Studio (Preview) with the .NET MAUI workload installed. If the issue still persists, please let us know with any additional details and ideally a reproduction project provided through a GitHub repository. 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. |
Description
When changing between two different tabs quickly back and forth (or better repeatedly tabbing simultaneously) there are times when the app shell completely disappears and the only thing that remains from the app to be seen would be the tab bar. This is a state that the app doesn't recover from on its own. Now if one tabs on one of the tabs, nothing would happen (probably indicates that this is the one actually active). However tabbing the second one would change to it and make everything appear correctly again.
Steps to Reproduce
ContentPage
s with different background colours for clarity.Tabbar
which includes twoShellContent
s who'sContentTemplate
s are the above mentionedContentPage
s.ShellContent
sTitle
sThe tricky part is really is to stop tabbing when it appears. I only achieved that by repeatedly tabbing both tabs at the same time and stopping randomly.
This issue is easier to reproduce and watch on physical devices than emulators
Link to public reproduction project repository
No response
Version with bug
8.0.0-rc.2.9511
Is this a regression from previous behavior?
Not sure, did not test other versions
Last version that worked well
Unknown/Other
Affected platforms
Android, I was not able test on other platforms
Affected platform versions
Android 13
Did you find any workaround?
No.
Relevant log output
No response
The text was updated successfully, but these errors were encountered: