Zachary Kline
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...
They don't make much sense in the context of mac catalyst so they shouldn't be available there.
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...
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:  and I ran into a case where the `JobManager` was created...
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  - In...
Currently, if you look at `UtilityNetworkTrace` on visionOS it looks like this:  And on iOS it looks like this:  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...
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...