watchOS and SwiftUI Link

Hi,

It seems that the Link Object in SwiftUI is dedicated to link to a webpage like this:
Code Block language
Link(destination: policyURL!) {
Text("Link")
}


Unfortunately it is not functional on watchOS. If I provide a weburl to it, it says the operation is not supported.

Best regards,
Arno

Accepted Reply

On watchOS, Link can open Universal Links that launch apps on your watch. It also works with other URL schemes like tel: for starting a phone call.

If you'd like to see Link open web pages in a browser on watchOS, please send us your feedback through Feedback Assistant. Thank you!

Replies

On watchOS, Link can open Universal Links that launch apps on your watch. It also works with other URL schemes like tel: for starting a phone call.

If you'd like to see Link open web pages in a browser on watchOS, please send us your feedback through Feedback Assistant. Thank you!
Any updates about opening web url in WatchOS 7?
  • Agreed - this would be extremely useful for easy login to web services on standalone watchOS apps. Feedback submitted via feedback assistant.

Add a Comment