Has anyone noticed the tap target of standard #swiftUI Button(role: .close) being super small on iOS 26?
Am I missing something? The glass effect will trigger, but nothing happens when you don’t tap it directly centered.
Has anyone noticed the tap target of standard #swiftUI Button(role: .close) being super small on iOS 26?
Am I missing something? The glass effect will trigger, but nothing happens when you don’t tap it directly centered.
@nikolovski Thank you! Kind of, but not really unfortunately 🫨
I am actually a bit confused, I *need* to apply .buttonStyle(.plain), otherwise the Toolbar Item always shows up as a full-colored prominent item in tint color. But it appears that the plain button style is causing the small hit target, so I’m left with 2 choices:
- colored toolbar button (which I don’t want) with proper hit target
- non-colored button with small hit target