https://github.com/apple/sample-food-truck
Hi! I'm seeing what looks like some weird navigation issue in the Food Truck app. It's from the Live Activity that should deep link to a specific point in the app. There seems be some state where the app is not linking to the correct component. Here are my repro steps on iPhone:
- Start live activity from
OrderDetailView
. - Navigate to
Sidebar
component. - Tap the Live Activity.
- App opens
TruckView
.
The App should be opening the OrderDetailView
for the Order
that was passed to the Live Activity. This seems to work when the app is not currently on Sidebar
.
Any ideas? I'm testing this on iPhone OS 18.4.1. Is this an issue inside NavigationSplitView
? Is this an issue with how Food Truck handles deeplinking?