-
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
[iOS] Navigation doesn't work on sixth tab in shell #18193
Comments
I am not sure I 100% understand your issue. One way to understand is that you are seeing a tab list instead of all the tabs. This is by design: https://developer.apple.com/design/human-interface-guidelines/tab-bars#iOS-iPadOS
Another way is that navigation is not working at all? When you select a tab from the list it is NOT navigating? When you have a step of "Go back", there does not appear to be a back button so I am not sure. Can you attach a sample and maybe clarify what you are seeing and what you expect? |
Hi @sasharp. 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 @sasharp. 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. |
@mattleibow at 10th second you can see, that after click on "Go to SubPage >" the shell stays on the actual page. That is a problem and it occurs only on tabs, which are behind "..." |
We've added this issue to our backlog, and we will work to address it as time and resources allow. If you have any additional information or questions about this issue, please leave a comment. For additional info about issue management, please read our Triage Process. |
Verified this on Visual Studio Enterprise 17.9.0 Preview 1(8.0.3). Repro on iOS 17.0 and MacCatalyst, not repro on Windows 11 and Android 14.0-API34 with below Project: |
Kindly share an update regarding the resolution timeline for reported bug #15103, reported in May 2023. Any insights on when a solution might be expected would be highly appreciated, as this issue significantly impedes the project's release. |
Hello, I'm in a similar situation as "NeerajRai111" which this issue is impeding my project too. If we could have an update, that would be appreciated. Thank you! |
Any updates on this? I also need this to work (it did work in Xamarin Forms) in order to upgrade to MAUI. |
Any indication when this will be solved ? |
It looks like this problem has expanded to include Android with the .Net8 MAUI release. |
@NeerajRai111 / @PureWeen ... Have you seen any work around for this blocker? |
@vr4guid,Unfortunately, I haven't discovered any solution or workaround for this issue yet. It's a significant blocker in our project, and I'm uncertain when Maui team will address these issues. |
I have not found any workaround either. I will, most likely, have to redesign the navigation element. Regards, /JP
From: Neeraj ***@***.***>
Sent: Thursday, May 2, 2024 7:45 AM
To: dotnet/maui ***@***.***>
Cc: jppois ***@***.***>; Comment ***@***.***>
Subject: Re: [dotnet/maui] [iOS] Navigation doesn't work on sixth tab in shell (Issue #18193)
@NeerajRai111<https://github.com/NeerajRai111> / @PureWeen<https://github.com/PureWeen> ... Have you seen any work around for this blocker?
@vr4guid<https://github.com/vr4guid>,Unfortunately, I haven't discovered any solution or workaround for this issue yet. It's a significant blocker in our project, and I'm uncertain when Maui team will address these issues.
-
Reply to this email directly, view it on GitHub<#18193 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ARCJIQBMYDLP5URNL4CF2JLZAJGNNAVCNFSM6AAAAAA6JCNNNCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDAOJQGY4DMNJYHE>.
You are receiving this because you commented.Message ID: ***@***.******@***.***>>
|
As workaround you can create a list on the fifth tab, with other tabs as items. It could simulate the native behavour. |
Just to be thorough I am taking the MAUI sample for Shell Tabs and testing the functionality. I will report back on this thread what I find and if the issue still exists in 8.0. |
I have updated the Xaminals sample provided by the MAUI team and added two additional "animals" (Fish and Snakes). You can find the full source at the link below. You will also find two MP4 files - one for Android and one for iOS. https://github.com/vr4guid/Maui-8-Xaminals The bottom line...The Android functionality looks pretty clean and the iOS code needs some TLC.
I think the gap in functionality between Android and iOS needs to be a CRITICAL priority item for resolution. |
Any update on this issue yet?? |
Is there any update on the issue related to the Tab Control? Additionally, are there any third-party Tab Controls we could consider as alternatives? |
@kubaflo ...Your changes look to deal with a couple of pending issues. I see your PR is such in review. |
@vr4guid yes, it is in a review. I'm keeping an eye on it :) |
Hi, @sikemullivan we are aware of these bugs and have 2 PR's that are likely to fix it
Please be patient as the fixes will be soon available I hope.😅 In the meantime, you can download a package generated by #26292 to check if it fixes the issue. |
Description
Navigation doesn't work in tabs after fourth. When navigate back the destination is shown in the list.
Steps to Reproduce
Link to public reproduction project repository
https://github.com/sasharp/MAUI8Bugs
Version with bug
8.0.0-rc.2.9373
Is this a regression from previous behavior?
No, this is something new
Last version that worked well
Unknown/Other
Affected platforms
iOS
Affected platform versions
No response
Did you find any workaround?
No response
Relevant log output
No response
The text was updated successfully, but these errors were encountered: