I need to open a URL in the iPhone's safari using a button on the watchOS app. It's pretty straightforward when there's a companion app installed, but is there a way to do this without a companion app? Thanks
Using @Environment(\.openURL)
inside the watch's view just errors out.