I hope I can get some help on this. I have a Custom outlook addin
When the addin is pinned on both read and compose. One of the instances of the office-js app I'm running takes control of the taskpane and does not relinquish event handling for the keyboard or mouse.
The problem occurs when I have both the compose and read addins pinned.
- Both the Read and Compose version of the addin are pinned.
- Click on a read email and the addin loads up the email settings.
- Click fwd on the email. A new compose window displaces the read window and the addin updates its view to the compose version
- The compose version of the addin is frozen I cannot interact.
- click back to the read version and close the pinned addin.
- go back to the draft previously created and the addin now works.
It seems like they're fighting for control of the webview in the taskpane if both are pinned.
Is there a way to force the taskpane to reload to the active instance of the addin.
Hopefully, I explained it correctly.