Copy link to clipboard
Copied
I have written a mobile real estate app that displays a lot of property information using Spark Labels. Unfortunately, Spark Labels are not selectable, and a user might want to copy and paste a long MLS # or address to Zillow, or copy the agent's phone number or email address to some other tool. I tried switching to RichEditableText and setting the "selectable" property to true, but all I could do was get my text to highlight in blue, but I had no ability to modify the amount of text that I wanted to copy and paste, and I was given no option anywhere on the component to actually "Copy" the text.
How can I make a text field of some sort Copyable to to the operating system's clipboard so that I can offer users the ability to copy and paste text on a mobile device?
Copy link to clipboard
Copied
You need to use StageText for mobile applications.