tabBarMinimizeBehavior not working if subview has TabView with .tabViewStyle(.page)

We are using a TabView as the TabBarController in our app for main navigation. On one of the tabs we have a view that consists of a TabView with .tabViewStyle(.page) in order to scroll horizontally between pages inside of that specific tab.

The .tabBarMinimizeBehavior(.onScrollDown) works on all the other TabItem views, but for this one it does not recognise any vertical scrolling in any of the pages, in order to minimize the TabBar.

I believe this is a bug? If we don't wrap the views inside the TabView with .page style, we are able to get the expected behaviour using the tabBarMinimizeBehavior.

Please let us know if this is going to be fixed in a future iOS 26 beta release.

tabBarMinimizeBehavior not working if subview has TabView with .tabViewStyle(.page)
 
 
Q