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] Work around map view keyboard jump bug #480

Closed CalebRas closed 1 month ago

CalebRas commented 1 month ago

Description

This PR implements a workaround for a bug where presenting a keyboard in landscape mode would cause a map view in a sample to jump to the bottom of the map.

How To Test