I would like to display a phone number in a SwiftUI Text (or any View), and then make it clickable so that it will open the \'Phone\'.
Is there a way to do this with
KISS answer:
Button("url") {UIApplication.shared.open(URL(string: "https://google.com")!)}