Hello,
Let me explain :D
I am working on my export feature to save local stored calendar input data as text, so people can get their inputs somewhere saver than local storage.
Until know I asked people to select, copy and paste their data from a textbox. Depending on the OS this can sometimes be a bit awkward. So I try and use the share feature. This, depending on the OS, works quiet well, when forwarding the Text: ExportTextBox.Text e.g. via whatsapp or an email.
But so many OS' have a "copy" button that looks very convenient for this, but it only copies the URL... now I tried to simply also make the LINK the text from the ExportText BUT it actually makes an URL out of it (see screenshots).
Does anybody have an idea on how to get around this and have the URL be actually just plain text (without the https:.. and the %20 and keep my linebreaks?
Have a great day!
Best,
Chris