4
votes

I'm developing the Microsoft Teams Tab application. Tab application is run inside Microsoft Teams through iframe, so there are different iframe restrictions. Actually I'm facing the issue user unable to use the clipboard-write feature. enter image description here

It's possible to make it work with specifying parameters https://web.dev/async-clipboard/#permissions-policy-integration

Is there any Manifest or context option to specify iframe parameters?

1
Hi @Dmytro Yaroshenko, I'm able to repro this issue from our end and taking this for internal discussion with team and will update you soon.Jagadeesh-MSFT

1 Answers

0
votes

There is no Manifest or context option to specify iframe parameters. Instead you can use text/input field to overcome this issue.