diff --git a/web/viewer.js b/web/viewer.js index 6b6cccd4a..a59f08ec7 100644 --- a/web/viewer.js +++ b/web/viewer.js @@ -211,8 +211,20 @@ function webViewerLoad() { // set various `AppOptions`, by dispatching an event once all viewer // files are loaded but *before* the viewer initialization has run. const event = document.createEvent("CustomEvent"); - event.initCustomEvent("webviewerloaded", true, true, {}); - document.dispatchEvent(event); + event.initCustomEvent("webviewerloaded", true, true, { + source: window, + }); + try { + // Attempt to dispatch the event at the embedding `document`, + // in order to support cases where the viewer is embedded in + // a *dynamically* created