WebViewer Version: 11.2.0
Please give a brief summary of your issue:
After upgrading from version 10 to version 11.2.0, I have ran into an issue where the configuration used to initialize the WebViewer has stopped working.
Where as part of the WebViewerOptions initialDoc paramater, a document path is passed in, typically it renders the document. Before updating this (i.e. using versions 10.X.X), it was working as intended, now it has stopped.
I have found a work around by using the documentViewer.loadDocument(sameDocumentPath)
method right after the WebViewer has been initialized with the exact same document path.
Given that the exact same document path is used in the loadDocument method and in the initialDoc parameter, Iām unsure here the issue stems from.