Detailed description of issue
We’re using a tab component that dynamically removes and adds tab contents to the DOM as the user navigates between tabs. One of the tabs contains an instance of the web viewer. Navigating away from the tab with the web viewer instance and coming back causes the web viewer iframe to reload. When it reloads, there is no document loaded in the web viewer.
We could lazy load the tab contents or do some workaround to keep the viewer in the dom as the user navigates between tabs but I wanted to avoid having to do that if possible.
Is there a way to re-cover from an unexpected re-load of the iframe?