Programmatic access to clipboard api from cloud connect app

I want to read text from browser clipboard api navigator.clipboard, but I am not able to. Please help

Hi @ZhoubingYang ,

Due to security reasons, I don’t think reading text from the clipsboard is likely to be provided since similar functionality was recently deprecated.

Regards,
Dugald

1 Like

Hi @dmorrow,

What about write-access only? We would use it to let the user copy something to their clipboard easily.

We’d love to see this too, write access should not be a big security concern?