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
Make it a Button() with an action, not a Text() with a gesture.
Button()
Text()