2 years ago
#55886
RonL
How to copy hyperlinks using typescript to clipboard and gmail message
I'm trying to create & copy the following hyperlink-text list into the clipboard using Typescript:
I have been trying to use the clipboard API (Typescript) to copy HTML-based data such as hyperlinks to Gmail but so far without success. Do you have any suggestions on how I should approach this? I tried to use navigator.clipboard.write
, but it didn't work for me with HTML. I only managed to send a plain text with navigator.clipboard.writeText
typescript
hyperlink
gmail
clipboard
0 Answers
Your Answer