Copy email not work inside Teams Tab App when using Person Card component
Teams Tab App do not support Clipboard related js API (see this issue), when I clicked copy button in Person Card component, you will see error messages in console:

Uncaught (in promise) DOMException: The Clipboard API has been blocked because of a
permissions policy applied to the current document
In my opinion, I think we can add a property to determine whether to show copy button in Person Card or if we detect that current environment do not support clipboard API, we can hide copy button.
Hello SLdragon, thank you for opening an issue with us!
I have automatically added a "needs triage" label to help get things started. Our team will analyze and investigate the issue, and escalate it to the relevant team if possible. Other community members may also look into the issue and provide feedback 🙌
Thanks for raising this @SLdragon, could we use a progressive enhancement approach and only render the button if the api is supported? Or, put another way, do you know how to detect if the clipboard APIs are allowed?
Hi @gavinbarron , I'm having the same issue. Do you have any updates in this issue, or is there any work around for this case?
Thanks