tvOS SwiftUI: TabView > View with List of NavigationLinks

I have a TabView to navigate between 5 sections of a tvOS app. 3 of the 5 sections are Views that present a List of NavigationLinks. I can swipe down into the List to select and option ... but swiping up to get back into the TabView is a no go; I'm locked into the List in terms of swiping. I have to click Menu to get back up into the TabView. Does anyone know a way around this?

I'm not sure if this is a bug. With some testing, I've found it behaves exactly like I want if I dive into one of the NavigationLinks in the List.

Here is a video showing the issue

https://www.dropbox.com/s/eudtl6eik60lrry/RLO-RealEstateListLockDemo-720.mp4?dl=0

Answered by sgorneau in 695504022

Welp, seems this is only an issue in Simulator 🤦🏼‍♂️

Accepted Answer

Welp, seems this is only an issue in Simulator 🤦🏼‍♂️

tvOS SwiftUI: TabView > View with List of NavigationLinks
 
 
Q