We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63efe1e commit c58043eCopy full SHA for c58043e
Shared/Supporting Files/Views/SampleLink.swift
@@ -34,6 +34,8 @@ struct SampleLink: View {
34
NavigationLink {
35
SampleDetailView(sample: sample)
36
.id(sample.name)
37
+ // Workaround for bug that causes a map view to jump to the bottom
38
+ // of its map when a keyboard is presented in landscape mode.
39
.ignoresSafeArea(.keyboard, edges: .bottom)
40
} label: {
41
SampleRow(
0 commit comments