Submission Date
2026-07-08
Status
Open
Area
SwiftUI
Operating System Version
iOS 27.0 Seed 3 (24A5380h)
Type
Incorrect/Unexpected Behavior
Description
When you have a flexible button in a safe area inset along with toolbar keyboard controls, they clash into one another. See screenshot attached.
NavigationStack {
VStack {
// …
}
.toolbar {
ToolbarItemGroup(placement: .keyboard) {
PasteButton(payloadType: String.self) { items in
for item in items {
text.append(item)
}
}
.labelStyle(.iconOnly)
Spacer()
}
}
.safeAreaInset(edge: .bottom) {
Button(…) { … }
.buttonStyle(.glassProminent)
.controlSize(.large)
.buttonSizing(.flexible)
}
Keywords
No response
Prerequisites
Submission Date
2026-07-08
Status
Open
Area
SwiftUI
Operating System Version
iOS 27.0 Seed 3 (24A5380h)
Type
Incorrect/Unexpected Behavior
Description
When you have a flexible button in a safe area inset along with toolbar keyboard controls, they clash into one another. See screenshot attached.
Keywords
No response
Prerequisites
FB<number>: <title>