Forum Discussion
Power BI Embedded Paste is disabled
- 9 months ago
Hii Olle
The allow="clipboard-read; clipboard-write" attribute is only supported when you embed manually with a raw <iframe>.
When using the SDK, the iframe is created internally and cannot expose clipboard permissions for security reasons.So at the moment, clipboard paste is not supported in JavaScript SDK embeds, and there is no API to enable it. The only workaround is to embed with your own iframe tag (not the SDK) if clipboard functionality is required.
Hii Olle
The allow="clipboard-read; clipboard-write" attribute is only supported when you embed manually with a raw <iframe>.
When using the SDK, the iframe is created internally and cannot expose clipboard permissions for security reasons.
So at the moment, clipboard paste is not supported in JavaScript SDK embeds, and there is no API to enable it. The only workaround is to embed with your own iframe tag (not the SDK) if clipboard functionality is required.