Hi,
It seems that the Link Object in SwiftUI is dedicated to link to a webpage like this:
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
2
0
2.8k