| Número de ID do Erro |
BUG-000171201 |
| Enviado | October 3, 2024 |
| Última Modificação | August 6, 2025 |
| Aplica-se à | ArcGIS Instant Apps |
| Versão encontrada | N/A |
| Sistema Operacional | N/A |
| Versão do Sistema Operacional | N/A |
| Status | Known Limit
Após revisão pela equipe de desenvolvimento, foi determinado que esse problema está relacionado a uma limitação conhecida do software que está fora do controle da Esri. A seção Informações Adicionais do problema pode conter mais explicações.
|
Informações Adicionais
When an application is embedded via iframe, certain browser security policies can restrict access to the clipboard API, which is what's being used within the Instant Apps sharing tool.
This issue can be due to cross-origin restrictions (origin of parent is different than origin of embedded Instant App), permissions not granted to the iframe via allow attribute(allow='clipboard-write'), or a combination of both. From the perspective of Instant Apps in a cross-origin scenario, this is a known limitation since a parent iframe is inaccessible from the embedded Instant App.
Solução Provisória
Set permissions via iframe html attributes from the parent app. More info can be found here: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API#security_considerations
Etapas para Reproduzir