Reply to Button Responsiveness Problems in SwiftUI Apps After Upgrading to iOS 18 I'm still encountering the same error and hoping they will fix it soon I think you can replace your buttons or onTapGesture with .highPriorityGesture(TapGesture().onEnded({ _ in }) to see if it resolves the issue. UI Frameworks SwiftUI Oct ’24