-
Notifications
You must be signed in to change notification settings - Fork 2k
[BUG] iPadOS/iOS 18 Forced TabView/Tab Bar/Tabbar #23380
Copy link
Copy link
Open
Labels
area-controls-tabbedpageTabbedPageTabbedPagefixed-in-8.0.100fixed-in-9.0.10p/2Work that is important, but is currently not scheduled for releaseWork that is important, but is currently not scheduled for releaseplatform/iosproposal/underconsiderations/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Milestone
Metadata
Metadata
Assignees
Labels
area-controls-tabbedpageTabbedPageTabbedPagefixed-in-8.0.100fixed-in-9.0.10p/2Work that is important, but is currently not scheduled for releaseWork that is important, but is currently not scheduled for releaseplatform/iosproposal/underconsiderations/triagedIssue has been reviewedIssue has been revieweds/verifiedVerified / Reproducible Issue ready for Engineering TriageVerified / Reproducible Issue ready for Engineering Triaget/bugSomething isn't workingSomething isn't working
Type
Fields
Give feedbackNo fields configured for issues without a type.
Description
Upon iPadOS 18's Dev Beta's release. They introduced a new way to navigate through various pages, "TabView". Although it can be useful, you can't really get rid of it in .NET MAUI.
So instead you'll experience weird behaviors that aren't intended like so:

It looks like the iPadOS version of the app assumes there is a tabview available but I can't really say that for sure.
Steps to Reproduce
Step 1) Create a new MAUI Project.
Step 2 [Optional]) Set the " Shell.NavBarIsVisible="False" " flag in the MainPage.
Step 3) Run it under an iPad Simulator on iPadOS 18.
If you did all of the above you'll see this TabView showing up out of nowhere with no way to get rid of it.
Link to public reproduction project repository
https://github.com/imadofficial/TabViewIssue
Version with bug
8.0.21 SR4.1
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
iPadOS 18 (iOS 18 isn't affected)
Did you find any workaround?
I wasn't able to find a workaround for this.
Relevant log output
No response