SwiftUI Buttons in a List do not highlight when tapped

SwiftUI Buttons in a List no longer highlight when tapped. Seems to have stopped highlighting after iOS 16.0 I've only tested on an iPhone/simulators so not sure if iPad has the same issue.

The issue has been carried over to iOS 17 Beta 4. My app does not feel Apple like as there is no visual feedback for the user when a button in the list is pressed.

Does anyone know why this is occurring? Is this a bug on Apple's end?

Still not resolved with iOS 17 Beta 5.

I had to add .buttonStyle(BorderlessButtonStyle()) to get it to highlight.

Anybody found a solution to this? Navigation UX is degraded in SwiftUI, without a proper highlight on touch down in the button.

up, UX feels horrible

SwiftUI Buttons in a List do not highlight when tapped
 
 
Q