Zachary Kline

Results 11 issues of Zachary Kline

We can merge this when the `100.15.5` release of the iOS SDK is released. @dg0yal confirmed this release version for the toolkit. Also, I don't think we need to update...

Currently in the toolkit, if you have a `SearchView` and you search for something and you select a search result, it will only highlight that result if it is a...

enhancement

They don't make much sense in the context of mac catalyst so they shouldn't be available there.

bug

It looks like the device OS name is [hardcoded](https://github.com/XCTestHTMLReport/XCTestHTMLReport/blob/fcaa4d6265e815a8861b4bbc634600d276922d4a/Sources/XCTestHTMLReportCore/HTML/device.html#L3) as iOS which is not always true (macOS, visionOS, etc.). So this value could be more accurate in the final HTML...

If you are using a `SearchView` with a custom search source and you later change the search source then the `SearchView` will continue using the older search source. That is...

bug

When the `JobManager` is constructed it registers the launch handler [here](https://github.com/Esri/arcgis-maps-sdk-swift-toolkit/blob/49a1b26be1ac612f3b78f0b273062dad60bd153f/Sources/ArcGISToolkit/Components/JobManager/JobManager.swift#L129). And the doc for that method says: ![Image](https://github.com/user-attachments/assets/3689ecd8-3155-4963-9932-ec9069b493f2) and I ran into a case where the `JobManager` was created...

documentation

We could make the offline map component look a little better on the visionOS platform. - Ideally the hover effect would take up the entire row here ![Image](https://github.com/user-attachments/assets/d8f12847-4b1f-47c5-837f-8bef4cea04e7) - In...

Currently, if you look at `UtilityNetworkTrace` on visionOS it looks like this: ![Image](https://github.com/user-attachments/assets/e5df90c8-5985-409e-9929-d0e1740705c6) And on iOS it looks like this: ![Image](https://github.com/user-attachments/assets/adb17dea-80fc-41ec-a123-7ce458def21b) visionOS should have a darker background material (According to...

(Feedback from @PeggyDu09) After the `Form` changes, I tried to achieve this but wasn't able to. Right now it looks like each group form element is grouped together when they...

enhancement

On Mac Catalyst and visionOS, if you use the Auth Example app and successfully login you will notice the profile view opens when it shouldn't. It should only open when...

bug