I am creating a Windows Phone 8.1 XAML / C # application. I'm not quite sure how to copy text to the clipboard. Clipboard API is not supported. Has anyone come across such a scenario? If so, could you share an idea? This is one of the most requested features for my application. Please, help.
I tried using the DataPackage code as well as the Clipboard code only for the try. Both did not work. I know about the Silverlight platform support for the Clipboard APIs. But I believe that there should be a workaround. Otherwise, I will need to transfer the entire application to SL only for this function.
source
share