<Text> with url

How to include link button to element? like a dataDetectorTypes on iOS UITextView.

Hi!

This should be doable with a Clicked-trigger + a LaunchUri-action.

Something like this:

<Text Value="yourText">
    <Clicked>
        <LaunchUri Uri="yourUri" />
    </Clicked>
</Text>

Check out the documentation for more details:

Hope that helps :slight_smile: