Afaik I can't imbed images on here, so this may be difficult but let's try.
On iPad, my App is limited to Landscape. The home screen is the default navigaton view i.e. master/detail split. Within the detail split, the user will edit a few configurations and then tap on a "Continue" button which is actually another NavigationLink. I want the destination of this link to become full screen as if .navigationViewStyle of the top NavigationView switched from DefaultNavigationView() to StackNavigationView().
Is this possible?