orbit-swiftui icon indicating copy to clipboard operation
orbit-swiftui copied to clipboard

Add `TextLink` concatenation support

Open PavelHolec opened this issue 1 year ago • 0 comments

Currently, the TextLink component is an interactive layer over a text, made by parsing the text content.

To support more flexible concatenation, the TextLink should support being concatenable (TextRepresentable), although it does not seem to be currently possible.

There seems to be a way to support it partially in iOS15+ using the overrideable .environment(\.openURL)

PavelHolec avatar Mar 24 '23 15:03 PavelHolec