Posted 30 October 2025, 9:01 am EST
Hi Gabor,
We downloaded our Angular demo for DsPdfViewer from the link below, updated the app.component.ts file to use the hideAnnotationPopups and navigation viewer options as shown below, and ran the project. Unfortunately, we were unable to reproduce any of the errors you mentioned in the browser console.
const viewer = new DsPdfViewer("#viewer", {
hideAnnotationPopups: true,
navigation: {
showFirstButton: true,
showPrevButton: true,
showPageInput: true,
showNextButton: true,
showLastButton: true,
pageInputWidth: 90,
pageCounterFormat: "{{current}}/{{total}}"
}
});
viewer.addDefaultPanels();
viewer.open("assets/pdf/helloworld.pdf");
https://developer.mescius.com/document-solutions/javascript-pdf-viewer/demos/reference-samples/Angular/angular-example/angular
Could you please share a small Angular sample project that reproduces the issue you are facing? Additionally, since you mentioned that the issue occurs after following certain steps, please share a short video demonstrating those steps. This will help us investigate the problem further and provide better assistance.
Best Regards,
Kartik