Replies: 1 comment 7 replies
-
|
Hi @shipswake, can we assume you are retrieving the agent using the new FDC3 2.2 If yes, then are you able to connect to the desktop agent from the parent window that hosts the iframe? That window will normally be a 'child' of the Desktop Agent's window, having been spawned from it via If it does work in the parent window, your next problem maybe that the desktop agent is either not able to validate your apps identity or may be rejecting it as it didn't start it itself. If that's the case you/we may need to get into the details of the specific agent..
If the parent window is an FDC3 app, it's probably there. It will be able to add the iframe in to the DOM and load content into it, etc.. If there's any more info you can provide on the use case, it might help us navigate you to the correct solution. Also worth noting that we 've been talking at OSFF today about related topics, such as allowing for multiple Desktop agent API instances in a window (so you wouldn't need the iframe). The videos from the talks should be available soon and may answer some of your questions. |
Beta Was this translation helpful? Give feedback.

Uh oh!
There was an error while loading. Please reload this page.
-
I have the case where I would like to show a popup dialog via an intent. Two issues are arising:
When I open the app which is in an iframe in a popup I get a permission error when trying to connect to the agent. The popup is in the same DOM as the application.
Where is the best place to respond to the intent to open the popup?
Beta Was this translation helpful? Give feedback.
All reactions