This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.
text copy when i click button in desktop wep page, And then that copied text should be paste in anywhere(excel,notepad..etc) in desktop
We do not have straight forward API's for clipboard functionality. Can you try with the below JavaScript function to copy to clipboard. You need to pass the text to function as input param which going to be copied.