The left sidebar seems to be closed by default for few pdfs and opened for few others? Is the tool taking some kind of decision on how it should be?
I had tried to close the sidebar always using the onDocumentLoad event, but the problem is, the side bar appears for a split second before being closed programmatically. Causing a flicker.
loadComplete() {
this.pdfViewer.PDFViewerApplication.pdfSidebar.close(); //close the left nav
}
Thanks.