Open Mioleris opened 1 month ago
Hey @Mioleris,
Apologies for the delayed response. This appears to be an issue with the Core side of Webviewer, not the UI.
Can you submit a support ticket through this portal? https://support.apryse.com/support/tickets/new
I have simple implementation.
Here I prepare webviewer instance. Inside callback I have events like documentLoaded
In my application I have button download. Which calls loadDocument(fileUrl) and it triggers pdfTron event documentLoaded.
So when I click download one time everything works it triggers documentLoaded and inside I have await instance.UI.downloadPdf() and document downloads.
If I try to download another document nothing happens. Event documentLoaded is not triggered at all.
Second time I just noticed that documentUnloaded event was fired.
Version 10.12.0