I have a link written in SwiftUI inside Widget View like this:
Link("Visit Apple",
destination: URL(string: "https://www.apple.com")!)
.font(.caption)
.foregroundColor(.red)
But now, I need to open this in Safari. Is it possible without opening the host app?