This fixed on iOS 16.4
adding .presentationCompactAdaptation((.popover)) will make it appear as popover on iPhone
.popover(isPresented: isPresented) {
// Your View
.presentationCompactAdaptation((.popover))
}