Esri / arcgis-maps-sdk-swift-samples

SwiftUI samples demonstrating various capabilities of ArcGIS Maps SDK for Swift
https://developers.arcgis.com/swift
Apache License 2.0
30 stars 9 forks source link

[Fix] `Search for web map` navigation bugs #484

Closed CalebRas closed 1 month ago

CalebRas commented 1 month ago

Description

This PR fixes a regression where opening the Search for web map sample would just show "No Sample Selected" on iPhone (iOS 17). This was caused by the navigation stack added in #477. Those changes were reverted, and the stack was moved to the NavigationSplitView detail. This solution should work for samples that use a navigation link in the future.

Linked Issue(s)

How To Test

Test the Search for web map and Augment reality to show hidden infrastructure samples:

Screenshots

Before After
Simulator Screenshot - 1 - iPhone 15 Pro - 2024-07-30 at 11 48 56 Simulator Screenshot - 1 - iPhone 15 Pro - 2024-07-30 at 12 08 49
CalebRas commented 1 month ago

Removing Mark since he is out for the next couple days.