I would like to know if it’s possible to mimic the functionality shown in the “Show Message” function where one can copy the entire message to clipboard with the click of a button.
The reason for this is that I am producing an output for a user inside a modal pop-up window, which, at least in Edge, does not seem to even be highlight-able, in order for them to copy to clipboard.
It would be ideal if this function could be tied to an click event, then we could bind it to the click of a button/icon.
Copy clipboard is not possible inside apps right now. However Java script support is coming soon after that we can write some JS and invoke clipboard on click button.
But there is no TIMELINE for java script features yet.